#B0C2BD

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

Shades of Opal #B0C2BD

Tints of Opal #B0C2BD

Color information

#B0C2BD (or 0xB0C2BD) is unknown color: approx Opal. HEX triplet: B0, C2 and BD. RGB value is (176,194,189). Sum of RGB (Red+Green+Blue) = 176+194+189=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2BD is #4F3D42. Grayscale: #BCBCBC. Windows color (decimal): -5193027 or 12436144. OLE color: 12436144.

HSL color Cylindrical-coordinate representation of color #B0C2BD: hue angle of 163.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C2BD is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB176194189-
CMYK0.0900.030.24
HSL163.33º12.86%72.55%-
HSV(B)163.33º9.28%76.08%-
XYZ46.3851.4955.64-
YUV188.05128.54119.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=31.48%
G=34.70%
B=33.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941890.0900.030.24163.3312.8672.55
HexB0C2BD90318a3d49
Octal26030227511033024315111
Binary1011000011000010101111011001011110001010001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C2BD; }

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

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

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

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

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

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

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

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