#B3CACD

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

Shades of Jungle Mist #B3CACD

Tints of Jungle Mist #B3CACD

Color information

#B3CACD (or 0xB3CACD) is unknown color: approx Jungle Mist. HEX triplet: B3, CA and CD. RGB value is (179,202,205). Sum of RGB (Red+Green+Blue) = 179+202+205=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CACD is #4C3532. Grayscale: #C3C3C3. Windows color (decimal): -4994355 or 13486771. OLE color: 13486771.

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

Color convert

RGB179202205-
CMYK0.130.0100.20
HSL186.92º20.63%75.29%-
HSV(B)186.92º12.68%80.39%-
XYZ50.7356.2365.94-
YUV195.46133.38116.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=30.55%
G=34.47%
B=34.98%

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
Decimal1792022050.130.0100.20186.9220.6375.29
HexB3CACDD1014bb154b
Octal26331231515102427325113
Binary1011001111001010110011011101101010010111011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CACD; }

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

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

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

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

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

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

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

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