#B0CCC9

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

Shades of Jungle Mist #B0CCC9

Tints of Jungle Mist #B0CCC9

Color information

#B0CCC9 (or 0xB0CCC9) is unknown color: approx Jungle Mist. HEX triplet: B0, CC and C9. RGB value is (176,204,201). Sum of RGB (Red+Green+Blue) = 176+204+201=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCC9 is #4F3336. Grayscale: #C3C3C3. Windows color (decimal): -5190455 or 13225136. OLE color: 13225136.

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

Color convert

RGB176204201-
CMYK0.1400.010.2
HSL173.57º21.54%74.51%-
HSV(B)173.57º13.73%80%-
XYZ50.0456.6363.55-
YUV195.29131.22114.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=30.29%
G=35.11%
B=34.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762042010.1400.010.2173.5721.5474.51
HexB0CCC9E0114ae164b
Octal26031431116012425626113
Binary1011000011001100110010011110011010010101110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCC9; }

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

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

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

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

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

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

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

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