#B9C7AD

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

Shades of Pumice #B9C7AD

Tints of Pumice #B9C7AD

Color information

#B9C7AD (or 0xB9C7AD) is unknown color: approx Pumice. HEX triplet: B9, C7 and AD. RGB value is (185,199,173). Sum of RGB (Red+Green+Blue) = 185+199+173=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C7AD is #463852. Grayscale: #BFBFBF. Windows color (decimal): -4601939 or 11388857. OLE color: 11388857.

HSL color Cylindrical-coordinate representation of color #B9C7AD: 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 #B9C7AD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB185199173-
CMYK0.0700.130.22
HSL92.31º18.84%72.94%-
HSV(B)92.31º13.07%78.04%-
XYZ47.9754.1847.46-
YUV191.85117.36123.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 199 (78.12% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=33.21%
G=35.73%
B=31.06%

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
Decimal1851991730.0700.130.2292.3118.8472.94
HexB9C7AD70D165c1349
Octal27130725570152613423111
Binary10111001110001111010110111101101101101011100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7AD; }

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

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

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

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

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

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

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

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