#BEBEA1

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

Shades of Kidnapper #BEBEA1

Tints of Kidnapper #BEBEA1

Color information

#BEBEA1 (or 0xBEBEA1) is unknown color: approx Kidnapper. HEX triplet: BE, BE and A1. RGB value is (190,190,161). Sum of RGB (Red+Green+Blue) = 190+190+161=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEA1 is #41415E. Grayscale: #BABABA. Windows color (decimal): -4276575 or 10600126. OLE color: 10600126.

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

Color convert

RGB190190161-
CMYK000.150.25
HSL60º18.24%68.82%-
HSV(B)60º15.26%74.51%-
XYZ46.0850.3541.01-
YUV186.69113.5130.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=35.12%
G=35.12%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190161000.150.256018.2468.82
HexBEBEA100F193c1245
Octal2762762410017317422105
Binary10111110101111101010000100111111001111100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEA1; }

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

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

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

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

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

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

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

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