#BACAAF

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

Shades of Pumice #BACAAF

Tints of Pumice #BACAAF

Color information

#BACAAF (or 0xBACAAF) is unknown color: approx Pumice. HEX triplet: BA, CA and AF. RGB value is (186,202,175). Sum of RGB (Red+Green+Blue) = 186+202+175=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACAAF is #453550. Grayscale: #C2C2C2. Windows color (decimal): -4535633 or 11520698. OLE color: 11520698.

HSL color Cylindrical-coordinate representation of color #BACAAF: hue angle of 95.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACAAF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB186202175-
CMYK0.0800.130.21
HSL95.56º20.3%73.92%-
HSV(B)95.56º13.37%79.22%-
XYZ49.1155.7848.73-
YUV194.14117.2122.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=33.04%
G=35.88%
B=31.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021750.0800.130.2195.5620.373.92
HexBACAAF80D1560144a
Octal272312257100152514024112
Binary101110101100101010101111100001101101011100000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAAF; }

 p { color: rgb(186,202,175); }

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

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

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

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

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

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

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