Shades of Kidnapper #BBBBB1
Tints of Kidnapper #BBBBB1
RGB
CMYK
RGB Variations
Color information
#BBBBB1 (or 0xBBBBB1) is known color: Kidnapper. HEX triplet: BB, BB and B1. RGB value is (187,187,177). Sum of RGB (Red+Green+Blue) = 187+187+177=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBB1 is #44444E. Grayscale: #B9B9B9. Windows color (decimal): -4473935 or 11647931. OLE color: 11647931.
HSL color Cylindrical-coordinate representation of color #BBBBB1: hue angle of 60º 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 #BBBBB1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 177 | - |
| CMYK | 0 | 0 | 0.05 | 0.27 |
| HSL | 60º | 0.07% | 0.71% | - |
| HSV(B) | 60º | 0.05% | 0.73% | - |
| XYZ | 46.2 | 49.28 | 48.67 | - |
| YUV | 185.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 177 | 0 | 0 | 0.05 | 0.27 | 60 | 0.07 | 0.71 |
| Hex | BB | BB | B1 | 0 | 0 | 5 | 1B | 3C | 7 | 47 |
| Octal | 273 | 273 | 261 | 0 | 0 | 5 | 33 | 74 | 7 | 107 |
| Binary | 10111011 | 10111011 | 10110001 | 0 | 0 | 101 | 11011 | 111100 | 111 | 1000111 |
Color Harmonies of #BBBBB1
Complementary color
Monochromatic Colors of #BBBBB1
Black with #BBBBB1
Text Example
Text Example
White with #BBBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBB1; }
p { color: rgb(187,187,177); }
H1.HeaderClassName
{
color: #BBBBB1;
}
.AnyTagClassName
{
color: #BBBBB1;
}
</style>
background-color css
<style>
a { background-color: #BBBBB1; }
a { background-color: rgb(187,187,177); }
div.DivClassName
{
background-color: #BBBBB1;
}
.BgClassName
{
background-color: #BBBBB1;
}
</style>
border-color css
<style>
span { border-color: #BBBBB1; }
span { border-color: rgb(187,187,177); }
td.TdClassName
{
border-color: #BBBBB1;
}
.TagClassName
{
border-color: #BBBBB1;
}
</style>