#B5CDCE

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

Shades of Jungle Mist #B5CDCE

Tints of Jungle Mist #B5CDCE

Color information

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

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

Color convert

RGB181205206-
CMYK0.120.0000.19
HSL182.4º20.33%75.88%-
HSV(B)182.4º12.14%80.78%-
XYZ52.0357.9466.83-
YUV197.94132.55115.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812052060.120.0000.19182.420.3375.88
HexB5CDCEC0013b6144c
Octal26531531614002326624114
Binary1011010111001101110011101100001001110110110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDCE; }

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

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

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

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

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

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

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

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