#B2CACD

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

Shades of Jungle Mist #B2CACD

Tints of Jungle Mist #B2CACD

Color information

#B2CACD (or 0xB2CACD) is unknown color: approx Jungle Mist. HEX triplet: B2, CA and CD. RGB value is (178,202,205). Sum of RGB (Red+Green+Blue) = 178+202+205=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CACD is #4D3532. Grayscale: #C3C3C3. Windows color (decimal): -5059891 or 13486770. OLE color: 13486770.

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

Color convert

RGB178202205-
CMYK0.130.0100.20
HSL186.67º21.26%75.1%-
HSV(B)186.67º13.17%80.39%-
XYZ50.556.1165.93-
YUV195.17133.55115.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=30.43%
G=34.53%
B=35.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782022050.130.0100.20186.6721.2675.1
HexB2CACDD1014bb154b
Octal26231231515102427325113
Binary1011001011001010110011011101101010010111011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CACD; }

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

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

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

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

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

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

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

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