Html Css Color HEX #BEBDA0 Mist Grey

📋 copy color: '#BEBDA0'

red 190 ◦ green 189 ◦ blue 160

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

Shades of Mist Grey #BEBDA0

Tints of Mist Grey #BEBDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 35.25%
G = 35.06%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEBDA0 (or 0xBEBDA0) is known color: Mist Grey. HEX triplet: BE, BD and A0. RGB value is (190,189,160). Sum of RGB (Red+Green+Blue) = 190+189+160=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA0 is #41425F. Grayscale: #BABABA. Windows color (decimal): -4276832 or 10534334. OLE color: 10534334.

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

Color convert

RGB 190 189 160 -
CMYK 0 0.01 0.16 0.25
HSL 58º 0.19% 0.69% -
HSV(B) 58º 0.16% 0.75% -
XYZ 45.78 49.88 40.47 -
YUV 185.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 190 189 160 0 0.01 0.16 0.25 58 0.19 0.69
Hex BE BD A0 0 1 10 19 3A 13 45
Octal 276 275 240 0 1 20 31 72 23 105
Binary 10111110 10111101 10100000 0 1 10000 11001 111010 10011 1000101

Color Harmonies of #BEBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDA0

Black with #BEBDA0

Text Example


Text Example

White with #BEBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDA0; }

 p { color: rgb(190,189,160); }

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

background-color css

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

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

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

border-color css

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

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

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