#B9BEB5

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

Shades of Pumice #B9BEB5

Tints of Pumice #B9BEB5

Color information

#B9BEB5 (or 0xB9BEB5) is unknown color: approx Pumice. HEX triplet: B9, BE and B5. RGB value is (185,190,181). Sum of RGB (Red+Green+Blue) = 185+190+181=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEB5 is #46414A. Grayscale: #BBBBBB. Windows color (decimal): -4604235 or 11910841. OLE color: 11910841.

HSL color Cylindrical-coordinate representation of color #B9BEB5: hue angle of 93.33º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BEB5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB185190181-
CMYK0.0300.050.25
HSL93.33º6.47%72.75%-
HSV(B)93.33º4.74%74.51%-
XYZ46.7650.4850.99-
YUV187.48124.34126.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=33.27%
G=34.17%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901810.0300.050.2593.336.4772.75
HexB9BEB5305195d649
Octal271276265305311356111
Binary1011100110111110101101011101011100110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEB5; }

 p { color: rgb(185,190,181); }

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

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

 a { background-color: rgb(185,190,181); }

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

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

 span { border-color: rgb(185,190,181); }

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