#BEBBAA

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

Shades of Ash #BEBBAA

Tints of Ash #BEBBAA

Color information

#BEBBAA (or 0xBEBBAA) is unknown color: approx Ash. HEX triplet: BE, BB and AA. RGB value is (190,187,170). Sum of RGB (Red+Green+Blue) = 190+187+170=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBAA is #414455. Grayscale: #BABABA. Windows color (decimal): -4277334 or 11189182. OLE color: 11189182.

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

Color convert

RGB190187170-
CMYK00.020.110.25
HSL51º13.33%70.59%-
HSV(B)51º10.53%74.51%-
XYZ46.2649.3945.13-
YUV185.96118.99130.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=34.73%
G=34.19%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018717000.020.110.255113.3370.59
HexBEBBAA02B1933d47
Octal2762732520213316315107
Binary10111110101110111010101001010111100111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBAA; }

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

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

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

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

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

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

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

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