#B1CAC6

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

Shades of Jungle Mist #B1CAC6

Tints of Jungle Mist #B1CAC6

Color information

#B1CAC6 (or 0xB1CAC6) is unknown color: approx Jungle Mist. HEX triplet: B1, CA and C6. RGB value is (177,202,198). Sum of RGB (Red+Green+Blue) = 177+202+198=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC6 is #4E3539. Grayscale: #C2C2C2. Windows color (decimal): -5125434 or 13028017. OLE color: 13028017.

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

Color convert

RGB177202198-
CMYK0.1200.020.21
HSL170.4º19.08%74.31%-
HSV(B)170.4º12.38%79.22%-
XYZ49.4555.6761.56-
YUV194.07130.22115.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.68%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=30.68%
G=35.01%
B=34.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021980.1200.020.21170.419.0874.31
HexB1CAC6C0215aa134a
Octal26131230614022525223112
Binary10110001110010101100011011000101010110101010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAC6; }

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

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

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

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

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

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

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

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