#BDBEA9

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

Shades of Kidnapper #BDBEA9

Tints of Kidnapper #BDBEA9

Color information

#BDBEA9 (or 0xBDBEA9) is unknown color: approx Kidnapper. HEX triplet: BD, BE and A9. RGB value is (189,190,169). Sum of RGB (Red+Green+Blue) = 189+190+169=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEA9 is #424156. Grayscale: #BBBBBB. Windows color (decimal): -4342103 or 11124413. OLE color: 11124413.

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

Color convert

RGB189190169-
CMYK0.0100.110.25
HSL62.86º13.91%70.39%-
HSV(B)62.86º11.05%74.51%-
XYZ46.5650.5144.83-
YUV187.31117.67129.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=34.49%
G=34.67%
B=30.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901690.0100.110.2562.8613.9170.39
HexBDBEA910B193fe46
Octal2752762511013317716106
Binary1011110110111110101010011010111100111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEA9; }

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

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

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

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

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

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

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

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