#BEBFA9

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

Shades of Kidnapper #BEBFA9

Tints of Kidnapper #BEBFA9

Color information

#BEBFA9 (or 0xBEBFA9) is unknown color: approx Kidnapper. HEX triplet: BE, BF and A9. RGB value is (190,191,169). Sum of RGB (Red+Green+Blue) = 190+191+169=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBFA9 is #414056. Grayscale: #BCBCBC. Windows color (decimal): -4276311 or 11124670. OLE color: 11124670.

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

Color convert

RGB190191169-
CMYK0.0100.120.25
HSL62.73º14.67%70.59%-
HSV(B)62.73º11.52%74.9%-
XYZ47.0351.0744.92-
YUV188.19117.17129.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=34.55%
G=34.73%
B=30.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911690.0100.120.2562.7314.6770.59
HexBEBFA910C193ff47
Octal2762772511014317717107
Binary1011111010111111101010011011001100111111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFA9; }

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

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

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

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

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

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

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

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