#BE9E9C

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

Shades of Dusty Grey #BE9E9C

Tints of Dusty Grey #BE9E9C

Color information

#BE9E9C (or 0xBE9E9C) is unknown color: approx Dusty Grey. HEX triplet: BE, 9E and 9C. RGB value is (190,158,156). Sum of RGB (Red+Green+Blue) = 190+158+156=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E9C is #416163. Grayscale: #A7A7A7. Windows color (decimal): -4284772 or 10264254. OLE color: 10264254.

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

Color convert

RGB190158156-
CMYK00.170.180.25
HSL3.53º20.73%67.84%-
HSV(B)3.53º17.89%74.51%-
XYZ39.4637.836.67-
YUV167.34121.6144.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=37.70%
G=31.35%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015815600.170.180.253.5320.7367.84
HexBE9E9C011121941544
Octal2762362340212231425104
Binary1011111010011110100111000100011001011001100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E9C; }

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

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

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

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

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

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

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

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