Shades of London Hue #BB94B3
Tints of London Hue #BB94B3
RGB
CMYK
RGB Variations
Color information
#BB94B3 (or 0xBB94B3) is known color: London Hue. HEX triplet: BB, 94 and B3. RGB value is (187,148,179). Sum of RGB (Red+Green+Blue) = 187+148+179=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94B3 is #446B4C. Grayscale: #A3A3A3. Windows color (decimal): -4483917 or 11769019. OLE color: 11769019.
HSL color Cylindrical-coordinate representation of color #BB94B3: hue angle of 312.31º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB94B3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 179 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.27 |
| HSL | 312.31º | 0.22% | 0.66% | - |
| HSV(B) | 312.31º | 0.21% | 0.73% | - |
| XYZ | 39.22 | 35 | 47.34 | - |
| YUV | 163.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 179 | 0 | 0.21 | 0.04 | 0.27 | 312.31 | 0.22 | 0.66 |
| Hex | BB | 94 | B3 | 0 | 15 | 4 | 1B | 138 | 16 | 42 |
| Octal | 273 | 224 | 263 | 0 | 25 | 4 | 33 | 470 | 26 | 102 |
| Binary | 10111011 | 10010100 | 10110011 | 0 | 10101 | 100 | 11011 | 100111000 | 10110 | 1000010 |
Color Harmonies of #BB94B3
Complementary color
Monochromatic Colors of #BB94B3
Black with #BB94B3
Text Example
Text Example
White with #BB94B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94B3; }
p { color: rgb(187,148,179); }
H1.HeaderClassName
{
color: #BB94B3;
}
.AnyTagClassName
{
color: #BB94B3;
}
</style>
background-color css
<style>
a { background-color: #BB94B3; }
a { background-color: rgb(187,148,179); }
div.DivClassName
{
background-color: #BB94B3;
}
.BgClassName
{
background-color: #BB94B3;
}
</style>
border-color css
<style>
span { border-color: #BB94B3; }
span { border-color: rgb(187,148,179); }
td.TdClassName
{
border-color: #BB94B3;
}
.TagClassName
{
border-color: #BB94B3;
}
</style>