#B6CECD

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

Shades of Jungle Mist #B6CECD

Tints of Jungle Mist #B6CECD

Color information

#B6CECD (or 0xB6CECD) is unknown color: approx Jungle Mist. HEX triplet: B6, CE and CD. RGB value is (182,206,205). Sum of RGB (Red+Green+Blue) = 182+206+205=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CECD is #493132. Grayscale: #C6C6C6. Windows color (decimal): -4796723 or 13487798. OLE color: 13487798.

HSL color Cylindrical-coordinate representation of color #B6CECD: hue angle of 177.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CECD is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB182206205-
CMYK0.1200.000.19
HSL177.5º19.67%76.08%-
HSV(B)177.5º11.65%80.78%-
XYZ52.3858.566.29-
YUV198.71131.55116.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=30.69%
G=34.74%
B=34.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822062050.1200.000.19177.519.6776.08
HexB6CECDC0013b2144c
Octal26631631514002326224114
Binary1011011011001110110011011100001001110110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CECD; }

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

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

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

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

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

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

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

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