#BEBEA7

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

Shades of Kidnapper #BEBEA7

Tints of Kidnapper #BEBEA7

Color information

#BEBEA7 (or 0xBEBEA7) is unknown color: approx Kidnapper. HEX triplet: BE, BE and A7. RGB value is (190,190,167). Sum of RGB (Red+Green+Blue) = 190+190+167=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBEA7 is #414158. Grayscale: #BBBBBB. Windows color (decimal): -4276569 or 10993342. OLE color: 10993342.

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

Color convert

RGB190190167-
CMYK000.120.25
HSL60º15.03%70%-
HSV(B)60º12.11%74.51%-
XYZ46.6250.5643.86-
YUV187.38116.5129.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=34.73%
G=34.73%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190167000.120.256015.0370
HexBEBEA700C193cf46
Octal2762762470014317417106
Binary1011111010111110101001110011001100111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEA7; }

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

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

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

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

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

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

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

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