#B9C2C0

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

Shades of Opal #B9C2C0

Tints of Opal #B9C2C0

Color information

#B9C2C0 (or 0xB9C2C0) is unknown color: approx Opal. HEX triplet: B9, C2 and C0. RGB value is (185,194,192). Sum of RGB (Red+Green+Blue) = 185+194+192=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2C0 is #463D3F. Grayscale: #BFBFBF. Windows color (decimal): -4603200 or 12632761. OLE color: 12632761.

HSL color Cylindrical-coordinate representation of color #B9C2C0: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C2C0 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB185194192-
CMYK0.0500.010.24
HSL166.67º6.87%74.31%-
HSV(B)166.67º4.64%76.08%-
XYZ48.8152.757.47-
YUV191.08128.52123.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=32.40%
G=33.98%
B=33.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941920.0500.010.24166.676.8774.31
HexB9C2C050118a774a
Octal271302300501302477112
Binary1011100111000010110000001010111000101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2C0; }

 p { color: rgb(185,194,192); }

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

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

 a { background-color: rgb(185,194,192); }

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

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

 span { border-color: rgb(185,194,192); }

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