#B1CAC8

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

Shades of Jungle Mist #B1CAC8

Tints of Jungle Mist #B1CAC8

Color information

#B1CAC8 (or 0xB1CAC8) is unknown color: approx Jungle Mist. HEX triplet: B1, CA and C8. RGB value is (177,202,200). Sum of RGB (Red+Green+Blue) = 177+202+200=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC8 is #4E3537. Grayscale: #C2C2C2. Windows color (decimal): -5125432 or 13159089. OLE color: 13159089.

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

Color convert

RGB177202200-
CMYK0.1200.010.21
HSL175.2º19.08%74.31%-
HSV(B)175.2º12.38%79.22%-
XYZ49.6855.7662.79-
YUV194.3131.22115.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.57%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=30.57%
G=34.89%
B=34.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772022000.1200.010.21175.219.0874.31
HexB1CAC8C0115af134a
Octal26131231014012525723112
Binary1011000111001010110010001100011010110101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAC8; }

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

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

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

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

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

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

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

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