Shades of Kidnapper #BBBCA4
Tints of Kidnapper #BBBCA4
RGB
CMYK
RGB Variations
Color information
#BBBCA4 (or 0xBBBCA4) is known color: Kidnapper. HEX triplet: BB, BC and A4. RGB value is (187,188,164). Sum of RGB (Red+Green+Blue) = 187+188+164=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBCA4 is #44435B. Grayscale: #B9B9B9. Windows color (decimal): -4473692 or 10796219. OLE color: 10796219.
HSL color Cylindrical-coordinate representation of color #BBBCA4: hue angle of 62.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBCA4 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 164 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.26 |
| HSL | 62.5º | 0.15% | 0.69% | - |
| HSV(B) | 62.5º | 0.13% | 0.74% | - |
| XYZ | 45.18 | 49.21 | 42.24 | - |
| YUV | 184.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 164 | 0.01 | 0 | 0.13 | 0.26 | 62.5 | 0.15 | 0.69 |
| Hex | BB | BC | A4 | 1 | 0 | D | 1A | 3F | F | 45 |
| Octal | 273 | 274 | 244 | 1 | 0 | 15 | 32 | 77 | 17 | 105 |
| Binary | 10111011 | 10111100 | 10100100 | 1 | 0 | 1101 | 11010 | 111111 | 1111 | 1000101 |
Color Harmonies of #BBBCA4
Complementary color
Monochromatic Colors of #BBBCA4
Black with #BBBCA4
Text Example
Text Example
White with #BBBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCA4; }
p { color: rgb(187,188,164); }
H1.HeaderClassName
{
color: #BBBCA4;
}
.AnyTagClassName
{
color: #BBBCA4;
}
</style>
background-color css
<style>
a { background-color: #BBBCA4; }
a { background-color: rgb(187,188,164); }
div.DivClassName
{
background-color: #BBBCA4;
}
.BgClassName
{
background-color: #BBBCA4;
}
</style>
border-color css
<style>
span { border-color: #BBBCA4; }
span { border-color: rgb(187,188,164); }
td.TdClassName
{
border-color: #BBBCA4;
}
.TagClassName
{
border-color: #BBBCA4;
}
</style>