#b0c8d0 Color Hex Gentle Sea

Information about Gentle Sea Color | #0000FF

#b0c8d0 color RGB value is (176,200,208). #b0c8d0 color name is Gentle Sea color.

#b0c8d0 hex color red value is 176 , green value is 200 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #b0c8d0 hue: 195 , saturation: 25 and the lightness value of #b0c8d0 is 75

The process color (four color CMYK) of #b0c8d0 color hex is 6 , 2 ,0, 7 .

#b0c8d0

~Gentle Sea

Color Converions

HEX
#b0c8d0
RGB
176,200,208
LAB
79,-7,-7
CMYK
15,4,0,18
LCH
79,10,-136
XYZ
50,55,68
HSV
195,15,82
HSL
195,25,75

Base Numbers

Base Red Green Blue
Binary 10110000 11001000 11010000
Octal 260 310 320
Decimal 176 200 208
Hex b0 c8 d0

RGB Percentages of Color #b0c8d0

69%
78%
82%

CMYK Percentages of Color #b0c8d0

6%
0%
2%
7%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b0c8d0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b0c8d0
20%
#9eb4bb
30%
#8da0a6
40%
#7b8c92
50%
#6a787d
60%
#586468
70%
#465053
80%
#353c3e
90%
#23282a
100%
#121415

Tints of #b0c8d0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b0c8d0
20%
#b8ced5
30%
#c0d3d9
40%
#c8d9de
50%
#d0dee3
60%
#d8e4e8
70%
#dfe9ec
80%
#e7eff1
90%
#eff4f6
100%
#f7fafa

Tones of #b0c8d0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b0c8d0
20%
#abc1c8
30%
#a6bac0
40%
#a1b2b8
50%
#9dabb0
60%
#98a4a8
70%
#939ca0
80%
#8e9598
90%
#898e90
100%
#848788

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b0c8d0
#b0d0cb
#b0ced0
#b0c8d0
#b0c2d0
#b0bbd0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b0c8d0
#d0b8b0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b0c8d0
#beb0d0
#d0cbb0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b0c8d0
#d0b0c8
#c8d0b0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b0c8d0
#c8b0d0
#d0b8b0
#b8d0b0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b0c8d0
#d4f1fa
#202526
#444d50
#68767b
#8c9fa5

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b0c8d0

protanopia

#c3c1cc

deuteranopia

#cfbdd2

tritanopia

#b0c6d5

achromatopsia

#c3c3c3

protanomaly

#bcc4cd

deuteranomaly

#c4c1d1

achromatopsia

#c3c3c3

tritanomaly

#b0c7d3

achromatomaly

#bcc5c8

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#b0c8d0 Color CSS Codes

.bgcolor {background-color:#b0c8d0; } 
.forecolor {color:#b0c8d0; }
.bordercolor {border:3px solid #b0c8d0; }
            

#b0c8d0 Text Font Color

<div style="color:#b0c8d0">
Div content here</div>

This sample text font color is #b0c8d0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b0c8d0 Background Color

<div style="background-color:#b0c8d0">
Div content here</div>
Div content here

#b0c8d0 Border Color

<div style="border:3px solid #b0c8d0">
Div here</div>

This div border color is #b0c8d0

#b0c8d0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b0c8d0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0c8d0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0c8d0;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c8d0;
  box-shadow: 1px 1px 3px 2px #b0c8d0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0c8d0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0c8d0;
              -webkit-box-shadow: 1px 1px 3px 2px #b0c8d0;
              box-shadow:         1px 1px 3px 2px #b0c8d0#b0c8d0">
Div content here</div>

This div box has shadow with color #b0c8d0

More Colors

Plymouth Green
#b1b695
Brave Orange
#ff631c
Grapefruit Yellow
#dfa01a
Eastlake Gold
#c28e61
Misty Mint
#deecda
Dancing in the Spring
#7b7289
Come Sail Away
#5c92c5
Orient Yellow
#f7b969
Ontario Violet
#777cb0
Himalayan Poppy
#bec6d6
Dunes Manor
#514f4a
Demeter Green
#02cc02
Phantom Hue
#645d5e
Brown Tumbleweed
#37290e
Fireside
#6e4a44
Kiss Me Kate
#e7eeec
Afternoon Sky
#87ceeb
Kauai
#5ac7ac
Asian Ivory
#e8e0cd
Eleanor Ann
#40373e
Mayfair White
#e6f0de
Mexican Moonlight
#c99387
Peapod
#82b185
Divine Dove
#eeddee
Castellina
#a27040
Celery Victor
#cceec2
Pastel Parchment
#e5d9d3
Pink Manhattan
#c16c7b
Bestial Red
#992211
Kālā Black
#201819
Dominant Grey
#5a5651
English Channel Fog
#cbd3e6
Carol
#338dae
Exclusive Ivory
#e2d8c3
Persian Blinds
#e3e1cc
Brown Bread
#d4c5a9
Bavarian Blue
#1c3382
Lilac Time
#a4abbf
Liquorice Root
#222200
Italian Grape
#413d4b
rating-img
Rate this tool
NaN/5   0 votes