#BEBBA4

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

Shades of Ash #BEBBA4

Tints of Ash #BEBBA4

Color information

#BEBBA4 (or 0xBEBBA4) is unknown color: approx Ash. HEX triplet: BE, BB and A4. RGB value is (190,187,164). Sum of RGB (Red+Green+Blue) = 190+187+164=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA4 is #41445B. Grayscale: #B9B9B9. Windows color (decimal): -4277340 or 10795966. OLE color: 10795966.

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

Color convert

RGB190187164-
CMYK00.020.140.25
HSL53.08º16.67%69.41%-
HSV(B)53.08º13.68%74.51%-
XYZ45.7149.1742.2-
YUV185.27115.99131.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=35.12%
G=34.57%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018716400.020.140.2553.0816.6769.41
HexBEBBA402E19351145
Octal2762732440216316521105
Binary101111101011101110100100010111011001110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBA4; }

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

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

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

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

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

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

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

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