#BD9E9C

Color #BD9E9C Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #BD9E9C

Tints of Dusty Grey #BD9E9C

Color information

#BD9E9C (or 0xBD9E9C) is unknown color: approx Dusty Grey. HEX triplet: BD, 9E and 9C. RGB value is (189,158,156). Sum of RGB (Red+Green+Blue) = 189+158+156=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E9C is #426163. Grayscale: #A7A7A7. Windows color (decimal): -4350308 or 10264253. OLE color: 10264253.

HSL color Cylindrical-coordinate representation of color #BD9E9C: hue angle of 3.64º 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 #BD9E9C is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189158156-
CMYK00.160.170.26
HSL3.64º20%67.65%-
HSV(B)3.64º17.46%74.12%-
XYZ39.2137.6736.66-
YUV167.04121.77143.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=37.57%
G=31.41%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915815600.160.170.263.642067.65
HexBD9E9C010111A41444
Octal2752362340202132424104
Binary1011110110011110100111000100001000111010100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E9C; }

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

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

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

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

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

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

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

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