#B6CCCB

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

Shades of Jungle Mist #B6CCCB

Tints of Jungle Mist #B6CCCB

Color information

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

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

Color convert

RGB182204203-
CMYK0.1100.000.2
HSL177.27º17.74%75.69%-
HSV(B)177.27º10.78%80%-
XYZ51.6657.4464.86-
YUV197.31131.21117.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822042030.1100.000.2177.2717.7475.69
HexB6CCCBB0014b1124c
Octal26631431313002426122114
Binary1011011011001100110010111011001010010110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCCB; }

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

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

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

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

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

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

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

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