#BBBFB9

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

Shades of Pumice #BBBFB9

Tints of Pumice #BBBFB9

Color information

#BBBFB9 (or 0xBBBFB9) is unknown color: approx Pumice. HEX triplet: BB, BF and B9. RGB value is (187,191,185). Sum of RGB (Red+Green+Blue) = 187+191+185=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFB9 is #444046. Grayscale: #BDBDBD. Windows color (decimal): -4472903 or 12173243. OLE color: 12173243.

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

Color convert

RGB187191185-
CMYK0.0200.030.25
HSL100º4.48%73.73%-
HSV(B)100º3.14%74.9%-
XYZ47.8851.3353.28-
YUV189.12125.67126.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=33.21%
G=33.93%
B=32.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911850.0200.030.251004.4873.73
HexBBBFB9203196444a
Octal273277271203311444112
Binary101110111011111110111001100111100111001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFB9; }

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

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

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

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

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

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

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

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