#B5CECD

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

Shades of Jungle Mist #B5CECD

Tints of Jungle Mist #B5CECD

Color information

#B5CECD (or 0xB5CECD) is unknown color: approx Jungle Mist. HEX triplet: B5, CE and CD. RGB value is (181,206,205). Sum of RGB (Red+Green+Blue) = 181+206+205=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CECD is #4A3132. Grayscale: #C6C6C6. Windows color (decimal): -4862259 or 13487797. OLE color: 13487797.

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

Color convert

RGB181206205-
CMYK0.1200.000.19
HSL177.6º20.33%75.88%-
HSV(B)177.6º12.14%80.78%-
XYZ52.1558.3766.28-
YUV198.41131.72115.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=30.57%
G=34.80%
B=34.63%

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
Decimal1812062050.1200.000.19177.620.3375.88
HexB5CECDC0013b2144c
Octal26531631514002326224114
Binary1011010111001110110011011100001001110110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CECD; }

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

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

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

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

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

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

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

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