#B9BFB6

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

Shades of Pumice #B9BFB6

Tints of Pumice #B9BFB6

Color information

#B9BFB6 (or 0xB9BFB6) is unknown color: approx Pumice. HEX triplet: B9, BF and B6. RGB value is (185,191,182). Sum of RGB (Red+Green+Blue) = 185+191+182=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFB6 is #464049. Grayscale: #BCBCBC. Windows color (decimal): -4603978 or 11976633. OLE color: 11976633.

HSL color Cylindrical-coordinate representation of color #B9BFB6: hue angle of 100º degrees, saturation: 0.07, 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 #B9BFB6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB185191182-
CMYK0.0300.050.25
HSL100º6.57%73.14%-
HSV(B)100º4.71%74.9%-
XYZ47.0850.9551.61-
YUV188.18124.51125.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=33.15%
G=34.23%
B=32.62%

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
Decimal1851911820.0300.050.251006.5773.14
HexB9BFB63051964749
Octal271277266305311447111
Binary1011100110111111101101101101011100111001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFB6; }

 p { color: rgb(185,191,182); }

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

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

 a { background-color: rgb(185,191,182); }

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

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

 span { border-color: rgb(185,191,182); }

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