#B5CACA

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

Shades of Jungle Mist #B5CACA

Tints of Jungle Mist #B5CACA

Color information

#B5CACA (or 0xB5CACA) is unknown color: approx Jungle Mist. HEX triplet: B5, CA and CA. RGB value is (181,202,202). Sum of RGB (Red+Green+Blue) = 181+202+202=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B5CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CACA is #4A3535. Grayscale: #C3C3C3. Windows color (decimal): -4863286 or 13290165. OLE color: 13290165.

HSL color Cylindrical-coordinate representation of color #B5CACA: 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.1%. Process color model (Four color, CMYK) of #B5CACA is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181202202-
CMYK0.10000.21
HSL180º16.54%75.1%-
HSV(B)180º10.4%79.22%-
XYZ50.8456.3364.07-
YUV195.72131.54117.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=30.94%
G=34.53%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812022020.10000.2118016.5475.1
HexB5CACAA0015b4114b
Octal26531231212002526421113
Binary1011010111001010110010101010001010110110100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CACA; }

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

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

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

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

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

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

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

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