#B9CECD

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

Shades of Jungle Mist #B9CECD

Tints of Jungle Mist #B9CECD

Color information

#B9CECD (or 0xB9CECD) is unknown color: approx Jungle Mist. HEX triplet: B9, CE and CD. RGB value is (185,206,205). Sum of RGB (Red+Green+Blue) = 185+206+205=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CECD is #463132. Grayscale: #C7C7C7. Windows color (decimal): -4600115 or 13487801. OLE color: 13487801.

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

Color convert

RGB185206205-
CMYK0.1000.000.19
HSL177.14º17.65%76.67%-
HSV(B)177.14º10.19%80.78%-
XYZ53.158.8666.32-
YUV199.61131.04117.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=31.04%
G=34.56%
B=34.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852062050.1000.000.19177.1417.6576.67
HexB9CECDA0013b1124d
Octal27131631512002326122115
Binary1011100111001110110011011010001001110110001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CECD; }

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

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

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

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

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

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

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

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