Html Css Color HEX #BDB9B6 Pale Slate

📋 copy color: '#BDB9B6'

red 189 ◦ green 185 ◦ blue 182

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

Shades of Pale Slate #BDB9B6

Tints of Pale Slate #BDB9B6

RGB

 RED value IS 189 (74.22% from 255) = 33.99%

 GREEN value IS 185 (72.66% from 255) = 33.27%

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 33.99%
G = 33.27%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDB9B6 (or 0xBDB9B6) is known color: Pale Slate. HEX triplet: BD, B9 and B6. RGB value is (189,185,182). Sum of RGB (Red+Green+Blue) = 189+185+182=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9B6 is #424649. Grayscale: #B9B9B9. Windows color (decimal): -4343370 or 11975101. OLE color: 11975101.

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

Color convert

RGB 189 185 182 -
CMYK 0 0.02 0.04 0.26
HSL 25.71º 0.05% 0.73% -
HSV(B) 25.71º 0.04% 0.74% -
XYZ 46.78 48.89 51.23 -
YUV 185.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 189 185 182 0 0.02 0.04 0.26 25.71 0.05 0.73
Hex BD B9 B6 0 2 4 1A 1A 5 49
Octal 275 271 266 0 2 4 32 32 5 111
Binary 10111101 10111001 10110110 0 10 100 11010 11010 101 1001001

Color Harmonies of #BDB9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9B6

Black with #BDB9B6

Text Example


Text Example

White with #BDB9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9B6; }

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

 H1.HeaderClassName
 {
   color: #BDB9B6;
 }
 .AnyTagClassName
 {
   color: #BDB9B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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