Html Css Color HEX #BD9D9C Dusty Grey

📋 copy color: '#BD9D9C'

red 189 ◦ green 157 ◦ blue 156

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

Shades of Dusty Grey #BD9D9C

Tints of Dusty Grey #BD9D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 37.65%
G = 31.27%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD9D9C (or 0xBD9D9C) is known color: Dusty Grey. HEX triplet: BD, 9D and 9C. RGB value is (189,157,156). Sum of RGB (Red+Green+Blue) = 189+157+156=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D9C is #426263. Grayscale: #A6A6A6. Windows color (decimal): -4350564 or 10263997. OLE color: 10263997.

HSL color Cylindrical-coordinate representation of color #BD9D9C: hue angle of 1.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9D9C is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 156 -
CMYK 0 0.17 0.17 0.26
HSL 1.82º 0.2% 0.68% -
HSV(B) 1.82º 0.17% 0.74% -
XYZ 39.04 37.33 36.6 -
YUV 166.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 189 157 156 0 0.17 0.17 0.26 1.82 0.2 0.68
Hex BD 9D 9C 0 11 11 1A 2 14 44
Octal 275 235 234 0 21 21 32 2 24 104
Binary 10111101 10011101 10011100 0 10001 10001 11010 10 10100 1000100

Color Harmonies of #BD9D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D9C

Black with #BD9D9C

Text Example


Text Example

White with #BD9D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D9C; }

 p { color: rgb(189,157,156); }

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

background-color css

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

 a { background-color: rgb(189,157,156); }

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

border-color css

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

 span { border-color: rgb(189,157,156); }

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