#BEBDA8

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

Shades of Mist Grey #BEBDA8

Tints of Mist Grey #BEBDA8

Color information

#BEBDA8 (or 0xBEBDA8) is unknown color: approx Mist Grey. HEX triplet: BE, BD and A8. RGB value is (190,189,168). Sum of RGB (Red+Green+Blue) = 190+189+168=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA8 is #414257. Grayscale: #BABABA. Windows color (decimal): -4276824 or 11058622. OLE color: 11058622.

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

Color convert

RGB190189168-
CMYK00.010.120.25
HSL57.27º14.47%70.2%-
HSV(B)57.27º11.58%74.51%-
XYZ46.550.1744.28-
YUV186.9117.33130.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=34.73%
G=34.55%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018916800.010.120.2557.2714.4770.2
HexBEBDA801C1939e46
Octal2762752500114317116106
Binary1011111010111101101010000111001100111100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDA8; }

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

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

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

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

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

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

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

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