#B9CDAF

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

Shades of Pumice #B9CDAF

Tints of Pumice #B9CDAF

Color information

#B9CDAF (or 0xB9CDAF) is unknown color: approx Pumice. HEX triplet: B9, CD and AF. RGB value is (185,205,175). Sum of RGB (Red+Green+Blue) = 185+205+175=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CDAF is #463250. Grayscale: #C3C3C3. Windows color (decimal): -4600401 or 11521465. OLE color: 11521465.

HSL color Cylindrical-coordinate representation of color #B9CDAF: hue angle of 100º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CDAF is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB185205175-
CMYK0.1000.150.20
HSL100º23.08%74.51%-
HSV(B)100º14.63%80.39%-
XYZ49.5857.0748.96-
YUV195.6116.37120.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=32.74%
G=36.28%
B=30.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051750.1000.150.2010023.0874.51
HexB9CDAFA0F1464174b
Octal271315257120172414427113
Binary101110011100110110101111101001111101001100100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDAF; }

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

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

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

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

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

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

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

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