#BEBBA2

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

Shades of Ash #BEBBA2

Tints of Ash #BEBBA2

Color information

#BEBBA2 (or 0xBEBBA2) is unknown color: approx Ash. HEX triplet: BE, BB and A2. RGB value is (190,187,162). Sum of RGB (Red+Green+Blue) = 190+187+162=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA2 is #41445D. Grayscale: #B9B9B9. Windows color (decimal): -4277342 or 10664894. OLE color: 10664894.

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

Color convert

RGB190187162-
CMYK00.020.150.25
HSL53.57º17.72%69.02%-
HSV(B)53.57º14.74%74.51%-
XYZ45.5349.141.26-
YUV185.05114.99131.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 162 (63.67% from 255) = 30.06%
R=35.25%
G=34.69%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018716200.020.150.2553.5717.7269.02
HexBEBBA202F19361245
Octal2762732420217316622105
Binary101111101011101110100010010111111001110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBA2; }

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

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

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

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

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

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

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

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