#BEBBA6

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

Shades of Ash #BEBBA6

Tints of Ash #BEBBA6

Color information

#BEBBA6 (or 0xBEBBA6) is unknown color: approx Ash. HEX triplet: BE, BB and A6. RGB value is (190,187,166). Sum of RGB (Red+Green+Blue) = 190+187+166=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBA6 is #414459. Grayscale: #B9B9B9. Windows color (decimal): -4277338 or 10927038. OLE color: 10927038.

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

Color convert

RGB190187166-
CMYK00.020.130.25
HSL52.5º15.58%69.8%-
HSV(B)52.5º12.63%74.51%-
XYZ45.8949.2443.16-
YUV185.5116.99131.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=34.99%
G=34.44%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018716600.020.130.2552.515.5869.8
HexBEBBA602D19341046
Octal2762732460215316420106
Binary101111101011101110100110010110111001110100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBA6; }

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

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

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

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

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

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

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

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