#BBBDBA

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

Shades of Pumice #BBBDBA

Tints of Pumice #BBBDBA

Color information

#BBBDBA (or 0xBBBDBA) is unknown color: approx Pumice. HEX triplet: BB, BD and BA. RGB value is (187,189,186). Sum of RGB (Red+Green+Blue) = 187+189+186=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDBA is #444245. Grayscale: #BCBCBC. Windows color (decimal): -4473414 or 12238267. OLE color: 12238267.

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

Color convert

RGB187189186-
CMYK0.0100.020.26
HSL100º2.22%73.53%-
HSV(B)100º1.59%74.12%-
XYZ47.5550.5153.7-
YUV188.06126.84127.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=33.27%
G=33.63%
B=33.10%

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
Decimal1871891860.0100.020.261002.2273.53
HexBBBDBA1021A6424a
Octal273275272102321442112
Binary1011101110111101101110101010110101100100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDBA; }

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

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

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

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

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

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

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

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