Shades of London Hue #BB93B4
Tints of London Hue #BB93B4
RGB
CMYK
RGB Variations
Color information
#BB93B4 (or 0xBB93B4) is known color: London Hue. HEX triplet: BB, 93 and B4. RGB value is (187,147,180). Sum of RGB (Red+Green+Blue) = 187+147+180=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB93B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93B4 is #446C4B. Grayscale: #A2A2A2. Windows color (decimal): -4484172 or 11834299. OLE color: 11834299.
HSL color Cylindrical-coordinate representation of color #BB93B4: hue angle of 310.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB93B4 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 180 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.27 |
| HSL | 310.5º | 0.23% | 0.65% | - |
| HSV(B) | 310.5º | 0.21% | 0.73% | - |
| XYZ | 39.17 | 34.73 | 47.82 | - |
| YUV | 162.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 180 | 0 | 0.21 | 0.04 | 0.27 | 310.5 | 0.23 | 0.65 |
| Hex | BB | 93 | B4 | 0 | 15 | 4 | 1B | 136 | 17 | 41 |
| Octal | 273 | 223 | 264 | 0 | 25 | 4 | 33 | 466 | 27 | 101 |
| Binary | 10111011 | 10010011 | 10110100 | 0 | 10101 | 100 | 11011 | 100110110 | 10111 | 1000001 |
Color Harmonies of #BB93B4
Complementary color
Monochromatic Colors of #BB93B4
Black with #BB93B4
Text Example
Text Example
White with #BB93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93B4; }
p { color: rgb(187,147,180); }
H1.HeaderClassName
{
color: #BB93B4;
}
.AnyTagClassName
{
color: #BB93B4;
}
</style>
background-color css
<style>
a { background-color: #BB93B4; }
a { background-color: rgb(187,147,180); }
div.DivClassName
{
background-color: #BB93B4;
}
.BgClassName
{
background-color: #BB93B4;
}
</style>
border-color css
<style>
span { border-color: #BB93B4; }
span { border-color: rgb(187,147,180); }
td.TdClassName
{
border-color: #BB93B4;
}
.TagClassName
{
border-color: #BB93B4;
}
</style>