#B2CACC

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

Shades of Jungle Mist #B2CACC

Tints of Jungle Mist #B2CACC

Color information

#B2CACC (or 0xB2CACC) is unknown color: approx Jungle Mist. HEX triplet: B2, CA and CC. RGB value is (178,202,204). Sum of RGB (Red+Green+Blue) = 178+202+204=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CACC is #4D3533. Grayscale: #C3C3C3. Windows color (decimal): -5059892 or 13421234. OLE color: 13421234.

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

Color convert

RGB178202204-
CMYK0.130.0100.2
HSL184.62º20.31%74.9%-
HSV(B)184.62º12.75%80%-
XYZ50.3856.0765.29-
YUV195.05133.05115.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=30.48%
G=34.59%
B=34.93%

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
Decimal1782022040.130.0100.2184.6220.3174.9
HexB2CACCD1014b9144b
Octal26231231415102427124113
Binary1011001011001010110011001101101010010111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CACC; }

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

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

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

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

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

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

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

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