#B5CCC9

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

Shades of Jungle Mist #B5CCC9

Tints of Jungle Mist #B5CCC9

Color information

#B5CCC9 (or 0xB5CCC9) is unknown color: approx Jungle Mist. HEX triplet: B5, CC and C9. RGB value is (181,204,201). Sum of RGB (Red+Green+Blue) = 181+204+201=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCC9 is #4A3336. Grayscale: #C4C4C4. Windows color (decimal): -4862775 or 13225141. OLE color: 13225141.

HSL color Cylindrical-coordinate representation of color #B5CCC9: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CCC9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB181204201-
CMYK0.1100.010.2
HSL172.17º18.4%75.49%-
HSV(B)172.17º11.27%80%-
XYZ51.1957.2363.61-
YUV196.78130.38116.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.89%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=30.89%
G=34.81%
B=34.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1812042010.1100.010.2172.1718.475.49
HexB5CCC9B0114ac124b
Octal26531431113012425422113
Binary1011010111001100110010011011011010010101100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCC9; }

 p { color: rgb(181,204,201); }

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

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

 a { background-color: rgb(181,204,201); }

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

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

 span { border-color: rgb(181,204,201); }

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