#B9CACC

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

Shades of Jungle Mist #B9CACC

Tints of Jungle Mist #B9CACC

Color information

#B9CACC (or 0xB9CACC) is unknown color: approx Jungle Mist. HEX triplet: B9, CA and CC. RGB value is (185,202,204). Sum of RGB (Red+Green+Blue) = 185+202+204=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CACC is #463533. Grayscale: #C5C5C5. Windows color (decimal): -4601140 or 13421241. OLE color: 13421241.

HSL color Cylindrical-coordinate representation of color #B9CACC: hue angle of 186.32º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CACC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185202204-
CMYK0.090.0100.2
HSL186.32º15.7%76.27%-
HSV(B)186.32º9.31%80%-
XYZ52.0356.9165.37-
YUV197.14131.87119.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=31.30%
G=34.18%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852022040.090.0100.2186.3215.776.27
HexB9CACC91014ba104c
Octal27131231411102427220114
Binary1011100111001010110011001001101010010111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CACC; }

 p { color: rgb(185,202,204); }

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

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

 a { background-color: rgb(185,202,204); }

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

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

 span { border-color: rgb(185,202,204); }

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