Shades of London Hue #B599AD
Tints of London Hue #B599AD
RGB
CMYK
RGB Variations
Color information
#B599AD (or 0xB599AD) is known color: London Hue. HEX triplet: B5, 99 and AD. RGB value is (181,153,173). Sum of RGB (Red+Green+Blue) = 181+153+173=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 181 - color contains mainly: red. Hex color #B599AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599AD is #4A6652. Grayscale: #A3A3A3. Windows color (decimal): -4875859 or 11377077. OLE color: 11377077.
HSL color Cylindrical-coordinate representation of color #B599AD: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B599AD is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 173 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.29 |
| HSL | 317.14º | 0.16% | 0.65% | - |
| HSV(B) | 317.14º | 0.15% | 0.71% | - |
| XYZ | 37.99 | 35.62 | 44.41 | - |
| YUV | 163.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 173 | 0 | 0.15 | 0.04 | 0.29 | 317.14 | 0.16 | 0.65 |
| Hex | B5 | 99 | AD | 0 | F | 4 | 1D | 13D | 10 | 41 |
| Octal | 265 | 231 | 255 | 0 | 17 | 4 | 35 | 475 | 20 | 101 |
| Binary | 10110101 | 10011001 | 10101101 | 0 | 1111 | 100 | 11101 | 100111101 | 10000 | 1000001 |
Color Harmonies of #B599AD
Complementary color
Monochromatic Colors of #B599AD
Black with #B599AD
Text Example
Text Example
White with #B599AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599AD; }
p { color: rgb(181,153,173); }
H1.HeaderClassName
{
color: #B599AD;
}
.AnyTagClassName
{
color: #B599AD;
}
</style>
background-color css
<style>
a { background-color: #B599AD; }
a { background-color: rgb(181,153,173); }
div.DivClassName
{
background-color: #B599AD;
}
.BgClassName
{
background-color: #B599AD;
}
</style>
border-color css
<style>
span { border-color: #B599AD; }
span { border-color: rgb(181,153,173); }
td.TdClassName
{
border-color: #B599AD;
}
.TagClassName
{
border-color: #B599AD;
}
</style>