#B9CCAF

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

Shades of Pumice #B9CCAF

Tints of Pumice #B9CCAF

Color information

#B9CCAF (or 0xB9CCAF) is unknown color: approx Pumice. HEX triplet: B9, CC and AF. RGB value is (185,204,175). Sum of RGB (Red+Green+Blue) = 185+204+175=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCAF is #463350. Grayscale: #C3C3C3. Windows color (decimal): -4600657 or 11521209. OLE color: 11521209.

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

Color convert

RGB185204175-
CMYK0.0900.140.2
HSL99.31º22.14%74.31%-
HSV(B)99.31º14.22%80%-
XYZ49.3456.648.88-
YUV195.01116.71120.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=32.80%
G=36.17%
B=31.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041750.0900.140.299.3122.1474.31
HexB9CCAF90E1463164a
Octal271314257110162414326112
Binary101110011100110010101111100101110101001100011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCAF; }

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

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

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

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

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

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

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

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