Shades of London Hue #B399AF
Tints of London Hue #B399AF
RGB
CMYK
RGB Variations
Color information
#B399AF (or 0xB399AF) is known color: London Hue. HEX triplet: B3, 99 and AF. RGB value is (179,153,175). Sum of RGB (Red+Green+Blue) = 179+153+175=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B399AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399AF is #4C6650. Grayscale: #A3A3A3. Windows color (decimal): -5006929 or 11508147. OLE color: 11508147.
HSL color Cylindrical-coordinate representation of color #B399AF: hue angle of 309.23º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B399AF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 175 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.30 |
| HSL | 309.23º | 0.15% | 0.65% | - |
| HSV(B) | 309.23º | 0.15% | 0.7% | - |
| XYZ | 37.72 | 35.46 | 45.41 | - |
| YUV | 163.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 175 | 0 | 0.15 | 0.02 | 0.30 | 309.23 | 0.15 | 0.65 |
| Hex | B3 | 99 | AF | 0 | F | 2 | 1E | 135 | F | 41 |
| Octal | 263 | 231 | 257 | 0 | 17 | 2 | 36 | 465 | 17 | 101 |
| Binary | 10110011 | 10011001 | 10101111 | 0 | 1111 | 10 | 11110 | 100110101 | 1111 | 1000001 |
Color Harmonies of #B399AF
Complementary color
Monochromatic Colors of #B399AF
Black with #B399AF
Text Example
Text Example
White with #B399AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399AF; }
p { color: rgb(179,153,175); }
H1.HeaderClassName
{
color: #B399AF;
}
.AnyTagClassName
{
color: #B399AF;
}
</style>
background-color css
<style>
a { background-color: #B399AF; }
a { background-color: rgb(179,153,175); }
div.DivClassName
{
background-color: #B399AF;
}
.BgClassName
{
background-color: #B399AF;
}
</style>
border-color css
<style>
span { border-color: #B399AF; }
span { border-color: rgb(179,153,175); }
td.TdClassName
{
border-color: #B399AF;
}
.TagClassName
{
border-color: #B399AF;
}
</style>