Shades of Kidnapper #BABBAA
Tints of Kidnapper #BABBAA
RGB
CMYK
RGB Variations
Color information
#BABBAA (or 0xBABBAA) is known color: Kidnapper. HEX triplet: BA, BB and AA. RGB value is (186,187,170). Sum of RGB (Red+Green+Blue) = 186+187+170=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABBAA is #454455. Grayscale: #B8B8B8. Windows color (decimal): -4539478 or 11189178. OLE color: 11189178.
HSL color Cylindrical-coordinate representation of color #BABBAA: hue angle of 63.53º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABBAA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 170 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.27 |
| HSL | 63.53º | 0.11% | 0.7% | - |
| HSV(B) | 63.53º | 0.09% | 0.73% | - |
| XYZ | 45.28 | 48.88 | 45.08 | - |
| YUV | 184.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 170 | 0.01 | 0 | 0.09 | 0.27 | 63.53 | 0.11 | 0.7 |
| Hex | BA | BB | AA | 1 | 0 | 9 | 1B | 40 | B | 46 |
| Octal | 272 | 273 | 252 | 1 | 0 | 11 | 33 | 100 | 13 | 106 |
| Binary | 10111010 | 10111011 | 10101010 | 1 | 0 | 1001 | 11011 | 1000000 | 1011 | 1000110 |
Color Harmonies of #BABBAA
Complementary color
Monochromatic Colors of #BABBAA
Black with #BABBAA
Text Example
Text Example
White with #BABBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBAA; }
p { color: rgb(186,187,170); }
H1.HeaderClassName
{
color: #BABBAA;
}
.AnyTagClassName
{
color: #BABBAA;
}
</style>
background-color css
<style>
a { background-color: #BABBAA; }
a { background-color: rgb(186,187,170); }
div.DivClassName
{
background-color: #BABBAA;
}
.BgClassName
{
background-color: #BABBAA;
}
</style>
border-color css
<style>
span { border-color: #BABBAA; }
span { border-color: rgb(186,187,170); }
td.TdClassName
{
border-color: #BABBAA;
}
.TagClassName
{
border-color: #BABBAA;
}
</style>