#BEBEA9

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

Shades of Kidnapper #BEBEA9

Tints of Kidnapper #BEBEA9

Color information

#BEBEA9 (or 0xBEBEA9) is unknown color: approx Kidnapper. HEX triplet: BE, BE and A9. RGB value is (190,190,169). Sum of RGB (Red+Green+Blue) = 190+190+169=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEA9 is #414156. Grayscale: #BBBBBB. Windows color (decimal): -4276567 or 11124414. OLE color: 11124414.

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

Color convert

RGB190190169-
CMYK000.110.25
HSL60º13.91%70.39%-
HSV(B)60º11.05%74.51%-
XYZ46.8150.6444.84-
YUV187.61117.5129.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=34.61%
G=34.61%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190169000.110.256013.9170.39
HexBEBEA900B193ce46
Octal2762762510013317416106
Binary1011111010111110101010010010111100111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEA9; }

 p { color: rgb(190,190,169); }

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

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

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

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

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

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

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