#B6CDCA

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

Shades of Jungle Mist #B6CDCA

Tints of Jungle Mist #B6CDCA

Color information

#B6CDCA (or 0xB6CDCA) is unknown color: approx Jungle Mist. HEX triplet: B6, CD and CA. RGB value is (182,205,202). Sum of RGB (Red+Green+Blue) = 182+205+202=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDCA is #493235. Grayscale: #C5C5C5. Windows color (decimal): -4796982 or 13290934. OLE color: 13290934.

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

Color convert

RGB182205202-
CMYK0.1100.010.20
HSL172.17º18.7%75.88%-
HSV(B)172.17º11.22%80.39%-
XYZ51.7857.8764.32-
YUV197.78130.38116.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=30.90%
G=34.80%
B=34.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822052020.1100.010.20172.1718.775.88
HexB6CDCAB0114ac134c
Octal26631531213012425423114
Binary1011011011001101110010101011011010010101100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDCA; }

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

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

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

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

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

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

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

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