#BBBEB9

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

Shades of Pumice #BBBEB9

Tints of Pumice #BBBEB9

Color information

#BBBEB9 (or 0xBBBEB9) is unknown color: approx Pumice. HEX triplet: BB, BE and B9. RGB value is (187,190,185). Sum of RGB (Red+Green+Blue) = 187+190+185=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEB9 is #444146. Grayscale: #BCBCBC. Windows color (decimal): -4473159 or 12172987. OLE color: 12172987.

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

Color convert

RGB187190185-
CMYK0.0200.030.25
HSL96º3.7%73.53%-
HSV(B)96º2.63%74.51%-
XYZ47.6650.8953.21-
YUV188.53126.01126.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=33.27%
G=33.81%
B=32.92%

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
Decimal1871901850.0200.030.25963.773.53
HexBBBEB9203196044a
Octal273276271203311404112
Binary101110111011111010111001100111100111000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEB9; }

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

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

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

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

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

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

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

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