#BEBEA4

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

Shades of Kidnapper #BEBEA4

Tints of Kidnapper #BEBEA4

Color information

#BEBEA4 (or 0xBEBEA4) is unknown color: approx Kidnapper. HEX triplet: BE, BE and A4. RGB value is (190,190,164). Sum of RGB (Red+Green+Blue) = 190+190+164=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEA4 is #41415B. Grayscale: #BBBBBB. Windows color (decimal): -4276572 or 10796734. OLE color: 10796734.

HSL color Cylindrical-coordinate representation of color #BEBEA4: hue angle of 60º 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 #BEBEA4 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB190190164-
CMYK000.140.25
HSL60º16.67%69.41%-
HSV(B)60º13.68%74.51%-
XYZ46.3550.4542.42-
YUV187.04115130.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=34.93%
G=34.93%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190164000.140.256016.6769.41
HexBEBEA400E193c1145
Octal2762762440016317421105
Binary10111110101111101010010000111011001111100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEA4; }

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

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

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

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

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

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

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

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