#BDBEA6

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

Shades of Kidnapper #BDBEA6

Tints of Kidnapper #BDBEA6

Color information

#BDBEA6 (or 0xBDBEA6) is unknown color: approx Kidnapper. HEX triplet: BD, BE and A6. RGB value is (189,190,166). Sum of RGB (Red+Green+Blue) = 189+190+166=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEA6 is #424159. Grayscale: #BBBBBB. Windows color (decimal): -4342106 or 10927805. OLE color: 10927805.

HSL color Cylindrical-coordinate representation of color #BDBEA6: hue angle of 62.5º 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 #BDBEA6 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB189190166-
CMYK0.0100.130.25
HSL62.5º15.58%69.8%-
HSV(B)62.5º12.63%74.51%-
XYZ46.2850.443.37-
YUV186.96116.17129.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=34.68%
G=34.86%
B=30.46%

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
Decimal1891901660.0100.130.2562.515.5869.8
HexBDBEA610D193e1046
Octal2752762461015317620106
Binary10111101101111101010011010110111001111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEA6; }

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

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

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

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

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

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

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

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