Shades of London Hue #BB89B6
Tints of London Hue #BB89B6
RGB
CMYK
RGB Variations
Color information
#BB89B6 (or 0xBB89B6) is known color: London Hue. HEX triplet: BB, 89 and B6. RGB value is (187,137,182). Sum of RGB (Red+Green+Blue) = 187+137+182=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89B6 is #447649. Grayscale: #9C9C9C. Windows color (decimal): -4486730 or 11962811. OLE color: 11962811.
HSL color Cylindrical-coordinate representation of color #BB89B6: hue angle of 306º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB89B6 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 182 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.27 |
| HSL | 306º | 0.27% | 0.64% | - |
| HSV(B) | 306º | 0.27% | 0.73% | - |
| XYZ | 37.88 | 31.83 | 48.4 | - |
| YUV | 157.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 182 | 0 | 0.27 | 0.03 | 0.27 | 306 | 0.27 | 0.64 |
| Hex | BB | 89 | B6 | 0 | 1B | 3 | 1B | 132 | 1B | 40 |
| Octal | 273 | 211 | 266 | 0 | 33 | 3 | 33 | 462 | 33 | 100 |
| Binary | 10111011 | 10001001 | 10110110 | 0 | 11011 | 11 | 11011 | 100110010 | 11011 | 1000000 |
Color Harmonies of #BB89B6
Complementary color
Monochromatic Colors of #BB89B6
Black with #BB89B6
Text Example
Text Example
White with #BB89B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89B6; }
p { color: rgb(187,137,182); }
H1.HeaderClassName
{
color: #BB89B6;
}
.AnyTagClassName
{
color: #BB89B6;
}
</style>
background-color css
<style>
a { background-color: #BB89B6; }
a { background-color: rgb(187,137,182); }
div.DivClassName
{
background-color: #BB89B6;
}
.BgClassName
{
background-color: #BB89B6;
}
</style>
border-color css
<style>
span { border-color: #BB89B6; }
span { border-color: rgb(187,137,182); }
td.TdClassName
{
border-color: #BB89B6;
}
.TagClassName
{
border-color: #BB89B6;
}
</style>