#BBBDB9

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

Shades of Pumice #BBBDB9

Tints of Pumice #BBBDB9

Color information

#BBBDB9 (or 0xBBBDB9) is unknown color: approx Pumice. HEX triplet: BB, BD and B9. RGB value is (187,189,185). Sum of RGB (Red+Green+Blue) = 187+189+185=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDB9 is #444246. Grayscale: #BBBBBB. Windows color (decimal): -4473415 or 12172731. OLE color: 12172731.

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

Color convert

RGB187189185-
CMYK0.0100.020.26
HSL90º2.94%73.33%-
HSV(B)90º2.12%74.12%-
XYZ47.4550.4653.14-
YUV187.95126.34127.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=33.33%
G=33.69%
B=32.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891850.0100.020.26902.9473.33
HexBBBDB91021A5a349
Octal273275271102321323111
Binary1011101110111101101110011010110101011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDB9; }

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

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

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

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

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

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

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

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