#BEBDA6

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

Shades of Mist Grey #BEBDA6

Tints of Mist Grey #BEBDA6

Color information

#BEBDA6 (or 0xBEBDA6) is unknown color: approx 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

RGB190189166-
CMYK00.010.130.25
HSL57.5º15.58%69.8%-
HSV(B)57.5º12.63%74.51%-
XYZ46.3250.143.3-
YUV186.68116.33130.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018916600.010.130.2557.515.5869.8
HexBEBDA601D193a1046
Octal2762752460115317220106
Binary10111110101111011010011001110111001111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>