#B4CACA

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

Shades of Jungle Mist #B4CACA

Tints of Jungle Mist #B4CACA

Color information

#B4CACA (or 0xB4CACA) is unknown color: approx Jungle Mist. HEX triplet: B4, CA and CA. RGB value is (180,202,202). Sum of RGB (Red+Green+Blue) = 180+202+202=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B4CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CACA is #4B3535. Grayscale: #C3C3C3. Windows color (decimal): -4928822 or 13290164. OLE color: 13290164.

HSL color Cylindrical-coordinate representation of color #B4CACA: hue angle of 180º degrees, saturation: 0.17, 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 #B4CACA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180202202-
CMYK0.11000.21
HSL180º17.19%74.9%-
HSV(B)180º10.89%79.22%-
XYZ50.656.2164.06-
YUV195.42131.71117-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=30.82%
G=34.59%
B=34.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802022020.11000.2118017.1974.9
HexB4CACAB0015b4114b
Octal26431231213002526421113
Binary1011010011001010110010101011001010110110100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CACA; }

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

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

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

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

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

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

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

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