#BDBAB7

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

Shades of Pale Slate #BDBAB7

Tints of Pale Slate #BDBAB7

Color information

#BDBAB7 (or 0xBDBAB7) is unknown color: approx Pale Slate. HEX triplet: BD, BA and B7. RGB value is (189,186,183). Sum of RGB (Red+Green+Blue) = 189+186+183=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAB7 is #424548. Grayscale: #BABABA. Windows color (decimal): -4343113 or 12040893. OLE color: 12040893.

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

Color convert

RGB189186183-
CMYK00.020.030.26
HSL30º4.35%72.94%-
HSV(B)30º3.17%74.12%-
XYZ47.0949.3651.84-
YUV186.55125.99129.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=33.87%
G=33.33%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918618300.020.030.26304.3572.94
HexBDBAB70231A1e449
Octal27527226702332364111
Binary1011110110111010101101110101111010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAB7; }

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

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

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

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

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

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

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

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