#B5CCCE

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

Shades of Jungle Mist #B5CCCE

Tints of Jungle Mist #B5CCCE

Color information

#B5CCCE (or 0xB5CCCE) is unknown color: approx Jungle Mist. HEX triplet: B5, CC and CE. RGB value is (181,204,206). Sum of RGB (Red+Green+Blue) = 181+204+206=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCCE is #4A3331. Grayscale: #C5C5C5. Windows color (decimal): -4862770 or 13552821. OLE color: 13552821.

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

Color convert

RGB181204206-
CMYK0.120.0100.19
HSL184.8º20.33%75.88%-
HSV(B)184.8º12.14%80.78%-
XYZ51.7957.4766.75-
YUV197.35132.88116.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=30.63%
G=34.52%
B=34.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812042060.120.0100.19184.820.3375.88
HexB5CCCEC1013b9144c
Octal26531431614102327124114
Binary1011010111001100110011101100101001110111001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCCE; }

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

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

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

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

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

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

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

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