#BDBBB9

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

Shades of Pale Slate #BDBBB9

Tints of Pale Slate #BDBBB9

Color information

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

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

Color convert

RGB189187185-
CMYK00.010.020.26
HSL30º2.94%73.33%-
HSV(B)30º2.12%74.12%-
XYZ47.5149.8653.02-
YUV187.37126.66129.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918718500.010.020.26302.9473.33
HexBDBBB90121A1e349
Octal27527327101232363111
Binary10111101101110111011100101101101011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBB9; }

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

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

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

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

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

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

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

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