#B4CACE

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

Shades of Jungle Mist #B4CACE

Tints of Jungle Mist #B4CACE

Color information

#B4CACE (or 0xB4CACE) is unknown color: approx Jungle Mist. HEX triplet: B4, CA and CE. RGB value is (180,202,206). Sum of RGB (Red+Green+Blue) = 180+202+206=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CACE is #4B3531. Grayscale: #C3C3C3. Windows color (decimal): -4928818 or 13552308. OLE color: 13552308.

HSL color Cylindrical-coordinate representation of color #B4CACE: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CACE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180202206-
CMYK0.130.0200.19
HSL189.23º20.97%75.69%-
HSV(B)189.23º12.62%80.78%-
XYZ51.0856.466.59-
YUV195.88133.71116.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=30.61%
G=34.35%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802022060.130.0200.19189.2320.9775.69
HexB4CACED2013bd154c
Octal26431231615202327525114
Binary10110100110010101100111011011001001110111101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CACE; }

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

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

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

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

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

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

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

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