Shades of Kidnapper #BBBCAB
Tints of Kidnapper #BBBCAB
RGB
CMYK
RGB Variations
Color information
#BBBCAB (or 0xBBBCAB) is known color: Kidnapper. HEX triplet: BB, BC and AB. RGB value is (187,188,171). Sum of RGB (Red+Green+Blue) = 187+188+171=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBCAB is #444354. Grayscale: #B9B9B9. Windows color (decimal): -4473685 or 11254971. OLE color: 11254971.
HSL color Cylindrical-coordinate representation of color #BBBCAB: hue angle of 63.53º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBBCAB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 171 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.26 |
| HSL | 63.53º | 0.11% | 0.7% | - |
| HSV(B) | 63.53º | 0.09% | 0.74% | - |
| XYZ | 45.83 | 49.47 | 45.66 | - |
| YUV | 185.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 171 | 0.01 | 0 | 0.09 | 0.26 | 63.53 | 0.11 | 0.7 |
| Hex | BB | BC | AB | 1 | 0 | 9 | 1A | 40 | B | 46 |
| Octal | 273 | 274 | 253 | 1 | 0 | 11 | 32 | 100 | 13 | 106 |
| Binary | 10111011 | 10111100 | 10101011 | 1 | 0 | 1001 | 11010 | 1000000 | 1011 | 1000110 |
Color Harmonies of #BBBCAB
Complementary color
Monochromatic Colors of #BBBCAB
Black with #BBBCAB
Text Example
Text Example
White with #BBBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCAB; }
p { color: rgb(187,188,171); }
H1.HeaderClassName
{
color: #BBBCAB;
}
.AnyTagClassName
{
color: #BBBCAB;
}
</style>
background-color css
<style>
a { background-color: #BBBCAB; }
a { background-color: rgb(187,188,171); }
div.DivClassName
{
background-color: #BBBCAB;
}
.BgClassName
{
background-color: #BBBCAB;
}
</style>
border-color css
<style>
span { border-color: #BBBCAB; }
span { border-color: rgb(187,188,171); }
td.TdClassName
{
border-color: #BBBCAB;
}
.TagClassName
{
border-color: #BBBCAB;
}
</style>