#B9C9AF

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

Shades of Pumice #B9C9AF

Tints of Pumice #B9C9AF

Color information

#B9C9AF (or 0xB9C9AF) is unknown color: approx Pumice. HEX triplet: B9, C9 and AF. RGB value is (185,201,175). Sum of RGB (Red+Green+Blue) = 185+201+175=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C9AF is #463650. Grayscale: #C1C1C1. Windows color (decimal): -4601425 or 11520441. OLE color: 11520441.

HSL color Cylindrical-coordinate representation of color #B9C9AF: hue angle of 96.92º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9C9AF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB185201175-
CMYK0.0800.130.21
HSL96.92º19.4%73.73%-
HSV(B)96.92º12.94%78.82%-
XYZ48.6355.1848.65-
YUV193.25117.7122.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=32.98%
G=35.83%
B=31.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852011750.0800.130.2196.9219.473.73
HexB9C9AF80D1561134a
Octal271311257100152514123112
Binary101110011100100110101111100001101101011100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C9AF; }

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

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

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

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

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

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

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

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