Shades of London Hue #B993B7
Tints of London Hue #B993B7
RGB
CMYK
RGB Variations
Color information
#B993B7 (or 0xB993B7) is known color: London Hue. HEX triplet: B9, 93 and B7. RGB value is (185,147,183). Sum of RGB (Red+Green+Blue) = 185+147+183=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B993B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993B7 is #466C48. Grayscale: #A2A2A2. Windows color (decimal): -4615241 or 12030905. OLE color: 12030905.
HSL color Cylindrical-coordinate representation of color #B993B7: hue angle of 303.16º degrees, saturation: 0.21, 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 #B993B7 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 183 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.27 |
| HSL | 303.16º | 0.21% | 0.65% | - |
| HSV(B) | 303.16º | 0.21% | 0.73% | - |
| XYZ | 38.99 | 34.6 | 49.42 | - |
| YUV | 162.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 183 | 0 | 0.21 | 0.01 | 0.27 | 303.16 | 0.21 | 0.65 |
| Hex | B9 | 93 | B7 | 0 | 15 | 1 | 1B | 12F | 15 | 41 |
| Octal | 271 | 223 | 267 | 0 | 25 | 1 | 33 | 457 | 25 | 101 |
| Binary | 10111001 | 10010011 | 10110111 | 0 | 10101 | 1 | 11011 | 100101111 | 10101 | 1000001 |
Color Harmonies of #B993B7
Complementary color
Monochromatic Colors of #B993B7
Black with #B993B7
Text Example
Text Example
White with #B993B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993B7; }
p { color: rgb(185,147,183); }
H1.HeaderClassName
{
color: #B993B7;
}
.AnyTagClassName
{
color: #B993B7;
}
</style>
background-color css
<style>
a { background-color: #B993B7; }
a { background-color: rgb(185,147,183); }
div.DivClassName
{
background-color: #B993B7;
}
.BgClassName
{
background-color: #B993B7;
}
</style>
border-color css
<style>
span { border-color: #B993B7; }
span { border-color: rgb(185,147,183); }
td.TdClassName
{
border-color: #B993B7;
}
.TagClassName
{
border-color: #B993B7;
}
</style>