#BEBFA6

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

Shades of Kidnapper #BEBFA6

Tints of Kidnapper #BEBFA6

Color information

#BEBFA6 (or 0xBEBFA6) is unknown color: approx Kidnapper. HEX triplet: BE, BF and A6. RGB value is (190,191,166). Sum of RGB (Red+Green+Blue) = 190+191+166=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBFA6 is #414059. Grayscale: #BBBBBB. Windows color (decimal): -4276314 or 10928062. OLE color: 10928062.

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

Color convert

RGB190191166-
CMYK0.0100.130.25
HSL62.4º16.34%70%-
HSV(B)62.4º13.09%74.9%-
XYZ46.7550.9643.45-
YUV187.85115.67129.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=34.73%
G=34.92%
B=30.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911660.0100.130.2562.416.3470
HexBEBFA610D193e1046
Octal2762772461015317620106
Binary10111110101111111010011010110111001111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFA6; }

 p { color: rgb(190,191,166); }

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

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

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

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

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

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

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