#BDBEAB

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

Shades of Kidnapper #BDBEAB

Tints of Kidnapper #BDBEAB

Color information

#BDBEAB (or 0xBDBEAB) is unknown color: approx Kidnapper. HEX triplet: BD, BE and AB. RGB value is (189,190,171). Sum of RGB (Red+Green+Blue) = 189+190+171=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBEAB is #424154. Grayscale: #BBBBBB. Windows color (decimal): -4342101 or 11255485. OLE color: 11255485.

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

Color convert

RGB189190171-
CMYK0.0100.100.25
HSL63.16º12.75%70.78%-
HSV(B)63.16º10%74.51%-
XYZ46.7550.5945.83-
YUV187.54118.67129.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=34.36%
G=34.55%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901710.0100.100.2563.1612.7570.78
HexBDBEAB10A193fd47
Octal2752762531012317715107
Binary1011110110111110101010111010101100111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEAB; }

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

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

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

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

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

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

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

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