Shades of London Hue #B892AF
Tints of London Hue #B892AF
RGB
CMYK
RGB Variations
Color information
#B892AF (or 0xB892AF) is known color: London Hue. HEX triplet: B8, 92 and AF. RGB value is (184,146,175). Sum of RGB (Red+Green+Blue) = 184+146+175=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B892AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B892AF is #476D50. Grayscale: #A0A0A0. Windows color (decimal): -4681041 or 11506360. OLE color: 11506360.
HSL color Cylindrical-coordinate representation of color #B892AF: hue angle of 314.21º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B892AF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 175 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.28 |
| HSL | 314.21º | 0.21% | 0.65% | - |
| HSV(B) | 314.21º | 0.21% | 0.72% | - |
| XYZ | 37.78 | 33.84 | 45.1 | - |
| YUV | 160.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 175 | 0 | 0.21 | 0.05 | 0.28 | 314.21 | 0.21 | 0.65 |
| Hex | B8 | 92 | AF | 0 | 15 | 5 | 1C | 13A | 15 | 41 |
| Octal | 270 | 222 | 257 | 0 | 25 | 5 | 34 | 472 | 25 | 101 |
| Binary | 10111000 | 10010010 | 10101111 | 0 | 10101 | 101 | 11100 | 100111010 | 10101 | 1000001 |
Color Harmonies of #B892AF
Complementary color
Monochromatic Colors of #B892AF
Black with #B892AF
Text Example
Text Example
White with #B892AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892AF; }
p { color: rgb(184,146,175); }
H1.HeaderClassName
{
color: #B892AF;
}
.AnyTagClassName
{
color: #B892AF;
}
</style>
background-color css
<style>
a { background-color: #B892AF; }
a { background-color: rgb(184,146,175); }
div.DivClassName
{
background-color: #B892AF;
}
.BgClassName
{
background-color: #B892AF;
}
</style>
border-color css
<style>
span { border-color: #B892AF; }
span { border-color: rgb(184,146,175); }
td.TdClassName
{
border-color: #B892AF;
}
.TagClassName
{
border-color: #B892AF;
}
</style>