#BAC8AE

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

Shades of Pumice #BAC8AE

Tints of Pumice #BAC8AE

Color information

#BAC8AE (or 0xBAC8AE) is unknown color: approx Pumice. HEX triplet: BA, C8 and AE. RGB value is (186,200,174). Sum of RGB (Red+Green+Blue) = 186+200+174=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AE is #453751. Grayscale: #C0C0C0. Windows color (decimal): -4536146 or 11454650. OLE color: 11454650.

HSL color Cylindrical-coordinate representation of color #BAC8AE: hue angle of 92.31º degrees, saturation: 0.19, 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 #BAC8AE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB186200174-
CMYK0.0700.130.22
HSL92.31º19.12%73.33%-
HSV(B)92.31º13%78.43%-
XYZ48.5454.848.06-
YUV192.85117.36123.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=33.21%
G=35.71%
B=31.07%

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
Decimal1862001740.0700.130.2292.3119.1273.33
HexBAC8AE70D165c1349
Octal27231025670152613423111
Binary10111010110010001010111011101101101101011100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8AE; }

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

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

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

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

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

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

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

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