#B9C8AD

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

Shades of Pumice #B9C8AD

Tints of Pumice #B9C8AD

Color information

#B9C8AD (or 0xB9C8AD) is unknown color: approx Pumice. HEX triplet: B9, C8 and AD. RGB value is (185,200,173). Sum of RGB (Red+Green+Blue) = 185+200+173=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C8AD is #463752. Grayscale: #C0C0C0. Windows color (decimal): -4601683 or 11389113. OLE color: 11389113.

HSL color Cylindrical-coordinate representation of color #B9C8AD: hue angle of 93.33º 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 #B9C8AD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB185200173-
CMYK0.0800.140.22
HSL93.33º19.71%73.14%-
HSV(B)93.33º13.5%78.43%-
XYZ48.254.6447.54-
YUV192.44117.03122.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=33.15%
G=35.84%
B=31.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001730.0800.140.2293.3319.7173.14
HexB9C8AD80E165d1449
Octal271310255100162613524111
Binary101110011100100010101101100001110101101011101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8AD; }

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

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

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

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

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

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

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

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