Shades of London Hue #B598AF
Tints of London Hue #B598AF
RGB
CMYK
RGB Variations
Color information
#B598AF (or 0xB598AF) is known color: London Hue. HEX triplet: B5, 98 and AF. RGB value is (181,152,175). Sum of RGB (Red+Green+Blue) = 181+152+175=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B598AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598AF is #4A6750. Grayscale: #A3A3A3. Windows color (decimal): -4876113 or 11507893. OLE color: 11507893.
HSL color Cylindrical-coordinate representation of color #B598AF: hue angle of 312.41º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B598AF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 175 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.29 |
| HSL | 312.41º | 0.16% | 0.65% | - |
| HSV(B) | 312.41º | 0.16% | 0.71% | - |
| XYZ | 38.02 | 35.38 | 45.38 | - |
| YUV | 163.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 175 | 0 | 0.16 | 0.03 | 0.29 | 312.41 | 0.16 | 0.65 |
| Hex | B5 | 98 | AF | 0 | 10 | 3 | 1D | 138 | 10 | 41 |
| Octal | 265 | 230 | 257 | 0 | 20 | 3 | 35 | 470 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10101111 | 0 | 10000 | 11 | 11101 | 100111000 | 10000 | 1000001 |
Color Harmonies of #B598AF
Complementary color
Monochromatic Colors of #B598AF
Black with #B598AF
Text Example
Text Example
White with #B598AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598AF; }
p { color: rgb(181,152,175); }
H1.HeaderClassName
{
color: #B598AF;
}
.AnyTagClassName
{
color: #B598AF;
}
</style>
background-color css
<style>
a { background-color: #B598AF; }
a { background-color: rgb(181,152,175); }
div.DivClassName
{
background-color: #B598AF;
}
.BgClassName
{
background-color: #B598AF;
}
</style>
border-color css
<style>
span { border-color: #B598AF; }
span { border-color: rgb(181,152,175); }
td.TdClassName
{
border-color: #B598AF;
}
.TagClassName
{
border-color: #B598AF;
}
</style>