#B5CCD0

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

Shades of Jungle Mist #B5CCD0

Tints of Jungle Mist #B5CCD0

Color information

#B5CCD0 (or 0xB5CCD0) is unknown color: approx Jungle Mist. HEX triplet: B5, CC and D0. RGB value is (181,204,208). Sum of RGB (Red+Green+Blue) = 181+204+208=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #B5CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCD0 is #4A332F. Grayscale: #C5C5C5. Windows color (decimal): -4862768 or 13683893. OLE color: 13683893.

HSL color Cylindrical-coordinate representation of color #B5CCD0: hue angle of 188.89º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CCD0 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181204208-
CMYK0.130.0200.18
HSL188.89º22.31%76.27%-
HSV(B)188.89º12.98%81.57%-
XYZ52.0357.5668.04-
YUV197.58133.88116.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=30.52%
G=34.40%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812042080.130.0200.18188.8922.3176.27
HexB5CCD0D2012bd164c
Octal26531432015202227526114
Binary10110101110011001101000011011001001010111101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCD0; }

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

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

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

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

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

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

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

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