#B0C5BD

Color #B0C5BD Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #B0C5BD

Tints of Opal #B0C5BD

Color information

#B0C5BD (or 0xB0C5BD) is unknown color: approx Opal. HEX triplet: B0, C5 and BD. RGB value is (176,197,189). Sum of RGB (Red+Green+Blue) = 176+197+189=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BD is #4F3A42. Grayscale: #BDBDBD. Windows color (decimal): -5192259 or 12436912. OLE color: 12436912.

HSL color Cylindrical-coordinate representation of color #B0C5BD: hue angle of 157.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5BD is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB176197189-
CMYK0.1100.040.23
HSL157.14º15.33%73.14%-
HSV(B)157.14º10.66%77.25%-
XYZ47.0652.8455.86-
YUV189.81127.54118.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=31.32%
G=35.05%
B=33.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971890.1100.040.23157.1415.3373.14
HexB0C5BDB04179df49
Octal26030527513042723517111
Binary10110000110001011011110110110100101111001110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5BD; }

 p { color: rgb(176,197,189); }

 H1.HeaderClassName
 {
   color: #B0C5BD;
 }
 .AnyTagClassName
 {
   color: #B0C5BD;
 }
</style>
background-color css

<style>
 a { background-color: #B0C5BD; }

 a { background-color: rgb(176,197,189); }

 div.DivClassName
 {
   background-color: #B0C5BD;
 }
 .BgClassName
 {
   background-color: #B0C5BD;
 }
</style>
border-color css

<style>
 span { border-color: #B0C5BD; }

 span { border-color: rgb(176,197,189); }

 td.TdClassName
 {
   border-color: #B0C5BD;
 }
 .TagClassName
 {
   border-color: #B0C5BD;
 }
</style>