Shades of London Hue #B992B2
Tints of London Hue #B992B2
RGB
CMYK
RGB Variations
Color information
#B992B2 (or 0xB992B2) is known color: London Hue. HEX triplet: B9, 92 and B2. RGB value is (185,146,178). Sum of RGB (Red+Green+Blue) = 185+146+178=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B992B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B992B2 is #466D4D. Grayscale: #A1A1A1. Windows color (decimal): -4615502 or 11702969. OLE color: 11702969.
HSL color Cylindrical-coordinate representation of color #B992B2: hue angle of 310.77º degrees, saturation: 0.22, 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 #B992B2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 178 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.27 |
| HSL | 310.77º | 0.22% | 0.65% | - |
| HSV(B) | 310.77º | 0.21% | 0.73% | - |
| XYZ | 38.32 | 34.09 | 46.68 | - |
| YUV | 161.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 178 | 0 | 0.21 | 0.04 | 0.27 | 310.77 | 0.22 | 0.65 |
| Hex | B9 | 92 | B2 | 0 | 15 | 4 | 1B | 137 | 16 | 41 |
| Octal | 271 | 222 | 262 | 0 | 25 | 4 | 33 | 467 | 26 | 101 |
| Binary | 10111001 | 10010010 | 10110010 | 0 | 10101 | 100 | 11011 | 100110111 | 10110 | 1000001 |
Color Harmonies of #B992B2
Complementary color
Monochromatic Colors of #B992B2
Black with #B992B2
Text Example
Text Example
White with #B992B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992B2; }
p { color: rgb(185,146,178); }
H1.HeaderClassName
{
color: #B992B2;
}
.AnyTagClassName
{
color: #B992B2;
}
</style>
background-color css
<style>
a { background-color: #B992B2; }
a { background-color: rgb(185,146,178); }
div.DivClassName
{
background-color: #B992B2;
}
.BgClassName
{
background-color: #B992B2;
}
</style>
border-color css
<style>
span { border-color: #B992B2; }
span { border-color: rgb(185,146,178); }
td.TdClassName
{
border-color: #B992B2;
}
.TagClassName
{
border-color: #B992B2;
}
</style>