Html Css Color HEX #BE9E9E Dusty Grey

📋 copy color: '#BE9E9E'

red 190 ◦ green 158 ◦ blue 158

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

Shades of Dusty Grey #BE9E9E

Tints of Dusty Grey #BE9E9E

RGB

 RED value IS 190 (74.61% from 255) = 37.55%

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 37.55%
G = 31.23%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE9E9E (or 0xBE9E9E) is known color: Dusty Grey. HEX triplet: BE, 9E and 9E. RGB value is (190,158,158). Sum of RGB (Red+Green+Blue) = 190+158+158=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E9E is #416161. Grayscale: #A7A7A7. Windows color (decimal): -4284770 or 10395326. OLE color: 10395326.

HSL color Cylindrical-coordinate representation of color #BE9E9E: 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 #BE9E9E is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 158 -
CMYK 0 0.17 0.17 0.25
HSL 0.2% 0.68% -
HSV(B) 0.17% 0.75% -
XYZ 39.63 37.87 37.57 -
YUV 167.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 190 158 158 0 0.17 0.17 0.25 0 0.2 0.68
Hex BE 9E 9E 0 11 11 19 0 14 44
Octal 276 236 236 0 21 21 31 0 24 104
Binary 10111110 10011110 10011110 0 10001 10001 11001 0 10100 1000100

Color Harmonies of #BE9E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E9E

Black with #BE9E9E

Text Example


Text Example

White with #BE9E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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