#BAC7AE

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

Shades of Pumice #BAC7AE

Tints of Pumice #BAC7AE

Color information

#BAC7AE (or 0xBAC7AE) is unknown color: approx Pumice. HEX triplet: BA, C7 and AE. RGB value is (186,199,174). Sum of RGB (Red+Green+Blue) = 186+199+174=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7AE is #453851. Grayscale: #C0C0C0. Windows color (decimal): -4536402 or 11454394. OLE color: 11454394.

HSL color Cylindrical-coordinate representation of color #BAC7AE: hue angle of 91.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC7AE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB186199174-
CMYK0.0700.130.22
HSL91.2º18.25%73.14%-
HSV(B)91.2º12.56%78.04%-
XYZ48.3154.3447.99-
YUV192.26117.69123.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=33.27%
G=35.60%
B=31.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991740.0700.130.2291.218.2573.14
HexBAC7AE70D165b1249
Octal27230725670152613322111
Binary10111010110001111010111011101101101101011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7AE; }

 p { color: rgb(186,199,174); }

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

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

 a { background-color: rgb(186,199,174); }

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

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

 span { border-color: rgb(186,199,174); }

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