#B9CAAF

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

Shades of Pumice #B9CAAF

Tints of Pumice #B9CAAF

Color information

#B9CAAF (or 0xB9CAAF) is unknown color: approx Pumice. HEX triplet: B9, CA and AF. RGB value is (185,202,175). Sum of RGB (Red+Green+Blue) = 185+202+175=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAAF is #463550. Grayscale: #C1C1C1. Windows color (decimal): -4601169 or 11520697. OLE color: 11520697.

HSL color Cylindrical-coordinate representation of color #B9CAAF: hue angle of 97.78º degrees, saturation: 0.2, 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 #B9CAAF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB185202175-
CMYK0.0800.130.21
HSL97.78º20.3%73.92%-
HSV(B)97.78º13.37%79.22%-
XYZ48.8755.6548.72-
YUV193.84117.37121.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=32.92%
G=35.94%
B=31.14%

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
Decimal1852021750.0800.130.2197.7820.373.92
HexB9CAAF80D1562144a
Octal271312257100152514224112
Binary101110011100101010101111100001101101011100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAAF; }

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

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

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

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

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

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

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

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