#B9C7AF

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

Shades of Pumice #B9C7AF

Tints of Pumice #B9C7AF

Color information

#B9C7AF (or 0xB9C7AF) is unknown color: approx Pumice. HEX triplet: B9, C7 and AF. RGB value is (185,199,175). Sum of RGB (Red+Green+Blue) = 185+199+175=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C7AF is #463850. Grayscale: #C0C0C0. Windows color (decimal): -4601937 or 11519929. OLE color: 11519929.

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

Color convert

RGB185199175-
CMYK0.0700.120.22
HSL95º17.65%73.33%-
HSV(B)95º12.06%78.04%-
XYZ48.1754.2648.49-
YUV192.08118.36122.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=33.09%
G=35.60%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851991750.0700.120.229517.6573.33
HexB9C7AF70C165f1249
Octal27130725770142613722111
Binary10111001110001111010111111101100101101011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7AF; }

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

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

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

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

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

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

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

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