#B9CECC

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

Shades of Jungle Mist #B9CECC

Tints of Jungle Mist #B9CECC

Color information

#B9CECC (or 0xB9CECC) is unknown color: approx Jungle Mist. HEX triplet: B9, CE and CC. RGB value is (185,206,204). Sum of RGB (Red+Green+Blue) = 185+206+204=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECC is #463133. Grayscale: #C7C7C7. Windows color (decimal): -4600116 or 13422265. OLE color: 13422265.

HSL color Cylindrical-coordinate representation of color #B9CECC: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CECC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB185206204-
CMYK0.1000.010.19
HSL174.29º17.65%76.67%-
HSV(B)174.29º10.19%80.78%-
XYZ52.9858.8265.69-
YUV199.49130.54117.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=31.09%
G=34.62%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852062040.1000.010.19174.2917.6576.67
HexB9CECCA0113ae124d
Octal27131631412012325622115
Binary1011100111001110110011001010011001110101110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CECC; }

 p { color: rgb(185,206,204); }

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

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

 a { background-color: rgb(185,206,204); }

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

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

 span { border-color: rgb(185,206,204); }

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