Html Css Color HEX #BDBAB9 Pale Slate

📋 copy color: '#BDBAB9'

red 189 ◦ green 186 ◦ blue 185

#BDBAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #BDBAB9

Tints of Pale Slate #BDBAB9

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 value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDBAB9 (or 0xBDBAB9) is known color: 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

RGB 189 186 185 -
CMYK 0 0.02 0.02 0.26
HSL 15º 0.03% 0.73% -
HSV(B) 15º 0.02% 0.74% -
XYZ 47.3 49.44 52.95 -
YUV 186.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 189 186 185 0 0.02 0.02 0.26 15 0.03 0.73
Hex BD BA B9 0 2 2 1A F 3 49
Octal 275 272 271 0 2 2 32 17 3 111
Binary 10111101 10111010 10111001 0 10 10 11010 1111 11 1001001

Color Harmonies of #BDBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAB9

Black with #BDBAB9

Text Example


Text Example

White with #BDBAB9

Text Example


Text Example

HTML Codes & Css Web 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>