Html Css Color HEX #BDB7B4 Pale Slate

📋 copy color: '#BDB7B4'

red 189 ◦ green 183 ◦ blue 180

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

Shades of Pale Slate #BDB7B4

Tints of Pale Slate #BDB7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.15%

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 34.24%
G = 33.15%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BDB7B4 (or 0xBDB7B4) is known color: Pale Slate. HEX triplet: BD, B7 and B4. RGB value is (189,183,180). Sum of RGB (Red+Green+Blue) = 189+183+180=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7B4 is #42484B. Grayscale: #B8B8B8. Windows color (decimal): -4343884 or 11843517. OLE color: 11843517.

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

Color convert

RGB 189 183 180 -
CMYK 0 0.03 0.05 0.26
HSL 20º 0.06% 0.72% -
HSV(B) 20º 0.05% 0.74% -
XYZ 46.16 47.98 50.01 -
YUV 184.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 189 183 180 0 0.03 0.05 0.26 20 0.06 0.72
Hex BD B7 B4 0 3 5 1A 14 6 48
Octal 275 267 264 0 3 5 32 24 6 110
Binary 10111101 10110111 10110100 0 11 101 11010 10100 110 1001000

Color Harmonies of #BDB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7B4

Black with #BDB7B4

Text Example


Text Example

White with #BDB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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