#B6CACC

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

Shades of Jungle Mist #B6CACC

Tints of Jungle Mist #B6CACC

Color information

#B6CACC (or 0xB6CACC) is unknown color: approx Jungle Mist. HEX triplet: B6, CA and CC. RGB value is (182,202,204). Sum of RGB (Red+Green+Blue) = 182+202+204=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CACC is #493533. Grayscale: #C4C4C4. Windows color (decimal): -4797748 or 13421238. OLE color: 13421238.

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

Color convert

RGB182202204-
CMYK0.110.0100.2
HSL185.45º17.74%75.69%-
HSV(B)185.45º10.78%80%-
XYZ51.3156.5565.34-
YUV196.25132.37117.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=30.95%
G=34.35%
B=34.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822022040.110.0100.2185.4517.7475.69
HexB6CACCB1014b9124c
Octal26631231413102427122114
Binary1011011011001010110011001011101010010111001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CACC; }

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

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

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

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

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

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

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

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