#B0C2BF

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

Shades of Opal #B0C2BF

Tints of Opal #B0C2BF

Color information

#B0C2BF (or 0xB0C2BF) is unknown color: approx Opal. HEX triplet: B0, C2 and BF. RGB value is (176,194,191). Sum of RGB (Red+Green+Blue) = 176+194+191=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2BF is #4F3D40. Grayscale: #BCBCBC. Windows color (decimal): -5193025 or 12567216. OLE color: 12567216.

HSL color Cylindrical-coordinate representation of color #B0C2BF: hue angle of 170º 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 #B0C2BF is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB176194191-
CMYK0.0900.020.24
HSL170º12.86%72.55%-
HSV(B)170º9.28%76.08%-
XYZ46.651.5856.79-
YUV188.28129.54119.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 191 (75% from 255) = 34.05%
R=31.37%
G=34.58%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941910.0900.020.2417012.8672.55
HexB0C2BF90218aad49
Octal26030227711023025215111
Binary1011000011000010101111111001010110001010101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C2BF; }

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

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

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

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

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

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

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

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