#B3CACC

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

Shades of Jungle Mist #B3CACC

Tints of Jungle Mist #B3CACC

Color information

#B3CACC (or 0xB3CACC) is unknown color: approx Jungle Mist. HEX triplet: B3, CA and CC. RGB value is (179,202,204). Sum of RGB (Red+Green+Blue) = 179+202+204=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CACC is #4C3533. Grayscale: #C3C3C3. Windows color (decimal): -4994356 or 13421235. OLE color: 13421235.

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

Color convert

RGB179202204-
CMYK0.120.0100.2
HSL184.8º19.69%75.1%-
HSV(B)184.8º12.25%80%-
XYZ50.6156.1865.3-
YUV195.35132.88116.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=30.60%
G=34.53%
B=34.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792022040.120.0100.2184.819.6975.1
HexB3CACCC1014b9144b
Octal26331231414102427124113
Binary1011001111001010110011001100101010010111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CACC; }

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

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

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

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

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

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

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

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