#B5CCCA

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

Shades of Jungle Mist #B5CCCA

Tints of Jungle Mist #B5CCCA

Color information

#B5CCCA (or 0xB5CCCA) is unknown color: approx Jungle Mist. HEX triplet: B5, CC and CA. RGB value is (181,204,202). Sum of RGB (Red+Green+Blue) = 181+204+202=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCCA is #4A3335. Grayscale: #C4C4C4. Windows color (decimal): -4862774 or 13290677. OLE color: 13290677.

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

Color convert

RGB181204202-
CMYK0.1100.010.2
HSL174.78º18.4%75.49%-
HSV(B)174.78º11.27%80%-
XYZ51.3157.2764.23-
YUV196.9130.88116.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.83%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=30.83%
G=34.75%
B=34.41%

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
Decimal1812042020.1100.010.2174.7818.475.49
HexB5CCCAB0114af124b
Octal26531431213012425722113
Binary1011010111001100110010101011011010010101111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCCA; }

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

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

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

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

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

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

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

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