#BEBEA3

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

Shades of Kidnapper #BEBEA3

Tints of Kidnapper #BEBEA3

Color information

#BEBEA3 (or 0xBEBEA3) is unknown color: approx Kidnapper. HEX triplet: BE, BE and A3. RGB value is (190,190,163). Sum of RGB (Red+Green+Blue) = 190+190+163=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEA3 is #41415C. Grayscale: #BBBBBB. Windows color (decimal): -4276573 or 10731198. OLE color: 10731198.

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

Color convert

RGB190190163-
CMYK000.140.25
HSL60º17.2%69.22%-
HSV(B)60º14.21%74.51%-
XYZ46.2650.4241.94-
YUV186.92114.5130.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=34.99%
G=34.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190163000.140.256017.269.22
HexBEBEA300E193c1145
Octal2762762430016317421105
Binary10111110101111101010001100111011001111100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEA3; }

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

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

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

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

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

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

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

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