#B1CACC

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

Shades of Jungle Mist #B1CACC

Tints of Jungle Mist #B1CACC

Color information

#B1CACC (or 0xB1CACC) is unknown color: approx Jungle Mist. HEX triplet: B1, CA and CC. RGB value is (177,202,204). Sum of RGB (Red+Green+Blue) = 177+202+204=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CACC is #4E3533. Grayscale: #C2C2C2. Windows color (decimal): -5125428 or 13421233. OLE color: 13421233.

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

Color convert

RGB177202204-
CMYK0.130.0100.2
HSL184.44º20.93%74.71%-
HSV(B)184.44º13.24%80%-
XYZ50.1555.9565.28-
YUV194.75133.22115.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=30.36%
G=34.65%
B=34.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772022040.130.0100.2184.4420.9374.71
HexB1CACCD1014b8154b
Octal26131231415102427025113
Binary1011000111001010110011001101101010010111000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CACC; }

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

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

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

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

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

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

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

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