#BEBBA7

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

Shades of Ash #BEBBA7

Tints of Ash #BEBBA7

Color information

#BEBBA7 (or 0xBEBBA7) is unknown color: approx Ash. HEX triplet: BE, BB and A7. RGB value is (190,187,167). Sum of RGB (Red+Green+Blue) = 190+187+167=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA7 is #414458. Grayscale: #B9B9B9. Windows color (decimal): -4277337 or 10992574. OLE color: 10992574.

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

Color convert

RGB190187167-
CMYK00.020.120.25
HSL52.17º15.03%70%-
HSV(B)52.17º12.11%74.51%-
XYZ45.9849.2843.65-
YUV185.62117.49131.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=34.93%
G=34.38%
B=30.70%

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
Decimal19018716700.020.120.2552.1715.0370
HexBEBBA702C1934f46
Octal2762732470214316417106
Binary10111110101110111010011101011001100111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBA7; }

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

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

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

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

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

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

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

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