#B0CCC8

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

Shades of Jungle Mist #B0CCC8

Tints of Jungle Mist #B0CCC8

Color information

#B0CCC8 (or 0xB0CCC8) is unknown color: approx Jungle Mist. HEX triplet: B0, CC and C8. RGB value is (176,204,200). Sum of RGB (Red+Green+Blue) = 176+204+200=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCC8 is #4F3337. Grayscale: #C3C3C3. Windows color (decimal): -5190456 or 13159600. OLE color: 13159600.

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

Color convert

RGB176204200-
CMYK0.1400.020.2
HSL171.43º21.54%74.51%-
HSV(B)171.43º13.73%80%-
XYZ49.9256.5962.93-
YUV195.17130.72114.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.34%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=30.34%
G=35.17%
B=34.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762042000.1400.020.2171.4321.5474.51
HexB0CCC8E0214ab164b
Octal26031431016022425326113
Binary10110000110011001100100011100101010010101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCC8; }

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

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

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

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

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

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

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

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