#BEBBA8

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

Shades of Ash #BEBBA8

Tints of Ash #BEBBA8

Color information

#BEBBA8 (or 0xBEBBA8) is unknown color: approx Ash. HEX triplet: BE, BB and A8. RGB value is (190,187,168). Sum of RGB (Red+Green+Blue) = 190+187+168=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA8 is #414457. Grayscale: #B9B9B9. Windows color (decimal): -4277336 or 11058110. OLE color: 11058110.

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

Color convert

RGB190187168-
CMYK00.020.120.25
HSL51.82º14.47%70.2%-
HSV(B)51.82º11.58%74.51%-
XYZ46.0749.3144.14-
YUV185.73117.99131.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=34.86%
G=34.31%
B=30.83%

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
Decimal19018716800.020.120.2551.8214.4770.2
HexBEBBA802C1934e46
Octal2762732500214316416106
Binary10111110101110111010100001011001100111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBA8; }

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

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

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

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

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

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

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

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