#BAC8AD

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

Shades of Pumice #BAC8AD

Tints of Pumice #BAC8AD

Color information

#BAC8AD (or 0xBAC8AD) is unknown color: approx Pumice. HEX triplet: BA, C8 and AD. RGB value is (186,200,173). Sum of RGB (Red+Green+Blue) = 186+200+173=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AD is #453752. Grayscale: #C0C0C0. Windows color (decimal): -4536147 or 11389114. OLE color: 11389114.

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

Color convert

RGB186200173-
CMYK0.0700.140.22
HSL91.11º19.71%73.14%-
HSV(B)91.11º13.5%78.43%-
XYZ48.4554.7647.55-
YUV192.74116.86123.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=33.27%
G=35.78%
B=30.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001730.0700.140.2291.1119.7173.14
HexBAC8AD70E165b1449
Octal27231025570162613324111
Binary10111010110010001010110111101110101101011011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8AD; }

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

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

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

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

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

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

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

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