#BDBFBB

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

Shades of Pumice #BDBFBB

Tints of Pumice #BDBFBB

Color information

#BDBFBB (or 0xBDBFBB) is unknown color: approx Pumice. HEX triplet: BD, BF and BB. RGB value is (189,191,187). Sum of RGB (Red+Green+Blue) = 189+191+187=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFBB is #424044. Grayscale: #BDBDBD. Windows color (decimal): -4341829 or 12304317. OLE color: 12304317.

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

Color convert

RGB189191187-
CMYK0.0100.020.25
HSL90º3.03%74.12%-
HSV(B)90º2.09%74.9%-
XYZ48.5951.6754.43-
YUV189.95126.34127.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 187 (73.44% 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.25
SystemRedGreenBlueCMYKHSL
Decimal1891911870.0100.020.25903.0374.12
HexBDBFBB102195a34a
Octal275277273102311323112
Binary1011110110111111101110111010110011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFBB; }

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

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

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

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

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

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

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

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