#BDBAB9

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

Shades of Pale Slate #BDBAB9

Tints of Pale Slate #BDBAB9

Color information

#BDBAB9 (or 0xBDBAB9) is unknown color: approx Pale Slate. HEX triplet: BD, BA and B9. RGB value is (189,186,185). Sum of RGB (Red+Green+Blue) = 189+186+185=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAB9 is #424546. Grayscale: #BABABA. Windows color (decimal): -4343111 or 12171965. OLE color: 12171965.

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

Color convert

RGB189186185-
CMYK00.020.020.26
HSL15º2.94%73.33%-
HSV(B)15º2.12%74.12%-
XYZ47.349.4452.95-
YUV186.78126.99129.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=33.75%
G=33.21%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918618500.020.020.26152.9473.33
HexBDBAB90221Af349
Octal27527227102232173111
Binary10111101101110101011100101010110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAB9; }

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

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

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

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

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

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

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

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