#BE9D9D

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

Shades of Dusty Grey #BE9D9D

Tints of Dusty Grey #BE9D9D

Color information

#BE9D9D (or 0xBE9D9D) is unknown color: approx Dusty Grey. HEX triplet: BE, 9D and 9D. RGB value is (190,157,157). Sum of RGB (Red+Green+Blue) = 190+157+157=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D9D is #416262. Grayscale: #A6A6A6. Windows color (decimal): -4285027 or 10329534. OLE color: 10329534.

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

Color convert

RGB190157157-
CMYK00.170.170.25
HSL20.25%68.04%-
HSV(B)17.37%74.51%-
XYZ39.3837.537.06-
YUV166.87122.43144.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=37.70%
G=31.15%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015715700.170.170.25020.2568.04
HexBE9D9D011111901444
Octal2762352350212131024104
Binary10111110100111011001110101000110001110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D9D; }

 p { color: rgb(190,157,157); }

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

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

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

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

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

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

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