#B6CCCA

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

Shades of Jungle Mist #B6CCCA

Tints of Jungle Mist #B6CCCA

Color information

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

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

Color convert

RGB182204202-
CMYK0.1100.010.2
HSL174.55º17.74%75.69%-
HSV(B)174.55º10.78%80%-
XYZ51.5457.464.24-
YUV197.19130.71117.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822042020.1100.010.2174.5517.7475.69
HexB6CCCAB0114af124c
Octal26631431213012425722114
Binary1011011011001100110010101011011010010101111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCCA; }

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

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

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

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

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

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

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

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