#B0CAC7

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

Shades of Jungle Mist #B0CAC7

Tints of Jungle Mist #B0CAC7

Color information

#B0CAC7 (or 0xB0CAC7) is unknown color: approx Jungle Mist. HEX triplet: B0, CA and C7. RGB value is (176,202,199). Sum of RGB (Red+Green+Blue) = 176+202+199=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC7 is #4F3538. Grayscale: #C1C1C1. Windows color (decimal): -5190969 or 13093552. OLE color: 13093552.

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

Color convert

RGB176202199-
CMYK0.1300.010.21
HSL173.08º19.7%74.12%-
HSV(B)173.08º12.87%79.22%-
XYZ49.3355.5962.16-
YUV193.88130.89115.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=30.50%
G=35.01%
B=34.49%

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
Decimal1762021990.1300.010.21173.0819.774.12
HexB0CAC7D0115ad144a
Octal26031230715012525524112
Binary1011000011001010110001111101011010110101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAC7; }

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

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

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

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

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

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

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

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