Html Css Color HEX #BEBDA6 Mist Grey

📋 copy color: '#BEBDA6'

red 190 ◦ green 189 ◦ blue 166

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

Shades of Mist Grey #BEBDA6

Tints of Mist Grey #BEBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 34.86%
G = 34.68%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEBDA6 (or 0xBEBDA6) is known color: Mist Grey. HEX triplet: BE, BD and A6. RGB value is (190,189,166). Sum of RGB (Red+Green+Blue) = 190+189+166=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA6 is #414259. Grayscale: #BABABA. Windows color (decimal): -4276826 or 10927550. OLE color: 10927550.

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

Color convert

RGB 190 189 166 -
CMYK 0 0.01 0.13 0.25
HSL 57.5º 0.16% 0.7% -
HSV(B) 57.5º 0.13% 0.75% -
XYZ 46.32 50.1 43.3 -
YUV 186.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 190 189 166 0 0.01 0.13 0.25 57.5 0.16 0.7
Hex BE BD A6 0 1 D 19 3A 10 46
Octal 276 275 246 0 1 15 31 72 20 106
Binary 10111110 10111101 10100110 0 1 1101 11001 111010 10000 1000110

Color Harmonies of #BEBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDA6

Black with #BEBDA6

Text Example


Text Example

White with #BEBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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