#B4CACD

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

Shades of Jungle Mist #B4CACD

Tints of Jungle Mist #B4CACD

Color information

#B4CACD (or 0xB4CACD) is unknown color: approx Jungle Mist. HEX triplet: B4, CA and CD. RGB value is (180,202,205). Sum of RGB (Red+Green+Blue) = 180+202+205=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CACD is #4B3532. Grayscale: #C3C3C3. Windows color (decimal): -4928819 or 13486772. OLE color: 13486772.

HSL color Cylindrical-coordinate representation of color #B4CACD: hue angle of 187.2º 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 #B4CACD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180202205-
CMYK0.120.0100.20
HSL187.2º20%75.49%-
HSV(B)187.2º12.2%80.39%-
XYZ50.9656.3565.95-
YUV195.76133.21116.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.66%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=30.66%
G=34.41%
B=34.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802022050.120.0100.20187.22075.49
HexB4CACDC1014bb144b
Octal26431231514102427324113
Binary1011010011001010110011011100101010010111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CACD; }

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

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

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

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

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

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

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

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