#B3CACA

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

Shades of Jungle Mist #B3CACA

Tints of Jungle Mist #B3CACA

Color information

#B3CACA (or 0xB3CACA) is unknown color: approx Jungle Mist. HEX triplet: B3, CA and CA. RGB value is (179,202,202). Sum of RGB (Red+Green+Blue) = 179+202+202=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B3CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CACA is #4C3535. Grayscale: #C3C3C3. Windows color (decimal): -4994358 or 13290163. OLE color: 13290163.

HSL color Cylindrical-coordinate representation of color #B3CACA: hue angle of 180º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3CACA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179202202-
CMYK0.11000.21
HSL180º17.83%74.71%-
HSV(B)180º11.39%79.22%-
XYZ50.3756.0964.05-
YUV195.12131.88116.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=30.70%
G=34.65%
B=34.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792022020.11000.2118017.8374.71
HexB3CACAB0015b4124b
Octal26331231213002526422113
Binary1011001111001010110010101011001010110110100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CACA; }

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

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

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

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

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

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

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

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