#B6CBCC

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

Shades of Jungle Mist #B6CBCC

Tints of Jungle Mist #B6CBCC

Color information

#B6CBCC (or 0xB6CBCC) is unknown color: approx Jungle Mist. HEX triplet: B6, CB and CC. RGB value is (182,203,204). Sum of RGB (Red+Green+Blue) = 182+203+204=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBCC is #493433. Grayscale: #C4C4C4. Windows color (decimal): -4797492 or 13421494. OLE color: 13421494.

HSL color Cylindrical-coordinate representation of color #B6CBCC: hue angle of 182.73º 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 #B6CBCC is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182203204-
CMYK0.110.0000.2
HSL182.73º17.74%75.69%-
HSV(B)182.73º10.78%80%-
XYZ51.5557.0265.42-
YUV196.83132.04117.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=30.90%
G=34.47%
B=34.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822032040.110.0000.2182.7317.7475.69
HexB6CBCCB0014b7124c
Octal26631331413002426722114
Binary1011011011001011110011001011001010010110111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBCC; }

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

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

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

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

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

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

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

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