#BEBAA8

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

Shades of Ash #BEBAA8

Tints of Ash #BEBAA8

Color information

#BEBAA8 (or 0xBEBAA8) is unknown color: approx Ash. HEX triplet: BE, BA and A8. RGB value is (190,186,168). Sum of RGB (Red+Green+Blue) = 190+186+168=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAA8 is #414557. Grayscale: #B9B9B9. Windows color (decimal): -4277592 or 11057854. OLE color: 11057854.

HSL color Cylindrical-coordinate representation of color #BEBAA8: hue angle of 49.09º 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 #BEBAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190186168-
CMYK00.020.120.25
HSL49.09º14.47%70.2%-
HSV(B)49.09º11.58%74.51%-
XYZ45.8648.8944.07-
YUV185.14118.33131.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=34.93%
G=34.19%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018616800.020.120.2549.0914.4770.2
HexBEBAA802C1931e46
Octal2762722500214316116106
Binary10111110101110101010100001011001100111000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAA8; }

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

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

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

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

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

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

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

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