Shades of Kidnapper #BABBB1
Tints of Kidnapper #BABBB1
RGB
CMYK
RGB Variations
Color information
#BABBB1 (or 0xBABBB1) is known color: Kidnapper. HEX triplet: BA, BB and B1. RGB value is (186,187,177). Sum of RGB (Red+Green+Blue) = 186+187+177=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABBB1 is #45444E. Grayscale: #B9B9B9. Windows color (decimal): -4539471 or 11647930. OLE color: 11647930.
HSL color Cylindrical-coordinate representation of color #BABBB1: hue angle of 66º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABBB1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 177 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.27 |
| HSL | 66º | 0.07% | 0.71% | - |
| HSV(B) | 66º | 0.05% | 0.73% | - |
| XYZ | 45.96 | 49.15 | 48.66 | - |
| YUV | 185.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 177 | 0.01 | 0 | 0.05 | 0.27 | 66 | 0.07 | 0.71 |
| Hex | BA | BB | B1 | 1 | 0 | 5 | 1B | 42 | 7 | 47 |
| Octal | 272 | 273 | 261 | 1 | 0 | 5 | 33 | 102 | 7 | 107 |
| Binary | 10111010 | 10111011 | 10110001 | 1 | 0 | 101 | 11011 | 1000010 | 111 | 1000111 |
Color Harmonies of #BABBB1
Complementary color
Monochromatic Colors of #BABBB1
Black with #BABBB1
Text Example
Text Example
White with #BABBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBB1; }
p { color: rgb(186,187,177); }
H1.HeaderClassName
{
color: #BABBB1;
}
.AnyTagClassName
{
color: #BABBB1;
}
</style>
background-color css
<style>
a { background-color: #BABBB1; }
a { background-color: rgb(186,187,177); }
div.DivClassName
{
background-color: #BABBB1;
}
.BgClassName
{
background-color: #BABBB1;
}
</style>
border-color css
<style>
span { border-color: #BABBB1; }
span { border-color: rgb(186,187,177); }
td.TdClassName
{
border-color: #BABBB1;
}
.TagClassName
{
border-color: #BABBB1;
}
</style>