#B1CACA

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

Shades of Jungle Mist #B1CACA

Tints of Jungle Mist #B1CACA

Color information

#B1CACA (or 0xB1CACA) is unknown color: approx Jungle Mist. HEX triplet: B1, CA and CA. RGB value is (177,202,202). Sum of RGB (Red+Green+Blue) = 177+202+202=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B1CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CACA is #4E3535. Grayscale: #C2C2C2. Windows color (decimal): -5125430 or 13290161. OLE color: 13290161.

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

Color convert

RGB177202202-
CMYK0.12000.21
HSL180º19.08%74.31%-
HSV(B)180º12.38%79.22%-
XYZ49.9155.8564.03-
YUV194.52132.22115.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.46%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=30.46%
G=34.77%
B=34.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772022020.12000.2118019.0874.31
HexB1CACAC0015b4134a
Octal26131231214002526423112
Binary1011000111001010110010101100001010110110100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CACA; }

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

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

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

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

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

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

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

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