Shades of Kidnapper #BDBDAD
Tints of Kidnapper #BDBDAD
RGB
CMYK
RGB Variations
Color information
#BDBDAD (or 0xBDBDAD) is known color: Kidnapper. HEX triplet: BD, BD and AD. RGB value is (189,189,173). Sum of RGB (Red+Green+Blue) = 189+189+173=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBDAD is #424252. Grayscale: #BBBBBB. Windows color (decimal): -4342355 or 11386301. OLE color: 11386301.
HSL color Cylindrical-coordinate representation of color #BDBDAD: hue angle of 60º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBDAD is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 189 | 173 | - |
CMYK | 0 | 0 | 0.08 | 0.26 |
HSL | 60º | 0.11% | 0.71% | - |
HSV(B) | 60º | 0.08% | 0.74% | - |
XYZ | 46.73 | 50.23 | 46.77 | - |
YUV | 187.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 173 | 0 | 0 | 0.08 | 0.26 | 60 | 0.11 | 0.71 |
Hex | BD | BD | AD | 0 | 0 | 8 | 1A | 3C | B | 47 |
Octal | 275 | 275 | 255 | 0 | 0 | 10 | 32 | 74 | 13 | 107 |
Binary | 10111101 | 10111101 | 10101101 | 0 | 0 | 1000 | 11010 | 111100 | 1011 | 1000111 |
Color Harmonies of #BDBDAD
Complementary color
Monochromatic Colors of #BDBDAD
Black with #BDBDAD
Text Example
Text Example
White with #BDBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDAD; }
p { color: rgb(189,189,173); }
H1.HeaderClassName
{
color: #BDBDAD;
}
.AnyTagClassName
{
color: #BDBDAD;
}
</style>
background-color css
<style>
a { background-color: #BDBDAD; }
a { background-color: rgb(189,189,173); }
div.DivClassName
{
background-color: #BDBDAD;
}
.BgClassName
{
background-color: #BDBDAD;
}
</style>
border-color css
<style>
span { border-color: #BDBDAD; }
span { border-color: rgb(189,189,173); }
td.TdClassName
{
border-color: #BDBDAD;
}
.TagClassName
{
border-color: #BDBDAD;
}
</style>