#B0CAC8

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

Shades of Jungle Mist #B0CAC8

Tints of Jungle Mist #B0CAC8

Color information

#B0CAC8 (or 0xB0CAC8) is unknown color: approx Jungle Mist. HEX triplet: B0, CA and C8. RGB value is (176,202,200). Sum of RGB (Red+Green+Blue) = 176+202+200=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC8 is #4F3537. Grayscale: #C1C1C1. Windows color (decimal): -5190968 or 13159088. OLE color: 13159088.

HSL color Cylindrical-coordinate representation of color #B0CAC8: hue angle of 175.38º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CAC8 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB176202200-
CMYK0.1300.010.21
HSL175.38º19.7%74.12%-
HSV(B)175.38º12.87%79.22%-
XYZ49.4555.6462.78-
YUV194131.39115.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=30.45%
G=34.95%
B=34.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762022000.1300.010.21175.3819.774.12
HexB0CAC8D0115af144a
Octal26031231015012525724112
Binary1011000011001010110010001101011010110101111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAC8; }

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

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

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

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

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

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

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

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