#B6CDCC

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

Shades of Jungle Mist #B6CDCC

Tints of Jungle Mist #B6CDCC

Color information

#B6CDCC (or 0xB6CDCC) is unknown color: approx Jungle Mist. HEX triplet: B6, CD and CC. RGB value is (182,205,204). Sum of RGB (Red+Green+Blue) = 182+205+204=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDCC is #493233. Grayscale: #C5C5C5. Windows color (decimal): -4796980 or 13422006. OLE color: 13422006.

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

Color convert

RGB182205204-
CMYK0.1100.000.20
HSL177.39º18.7%75.88%-
HSV(B)177.39º11.22%80.39%-
XYZ52.0257.9765.57-
YUV198.01131.38116.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=30.80%
G=34.69%
B=34.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822052040.1100.000.20177.3918.775.88
HexB6CDCCB0014b1134c
Octal26631531413002426123114
Binary1011011011001101110011001011001010010110001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDCC; }

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

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

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

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

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

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

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

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