Shades of London Hue #B299AF
Tints of London Hue #B299AF
RGB
CMYK
RGB Variations
Color information
#B299AF (or 0xB299AF) is known color: London Hue. HEX triplet: B2, 99 and AF. RGB value is (178,153,175). Sum of RGB (Red+Green+Blue) = 178+153+175=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B299AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299AF is #4D6650. Grayscale: #A2A2A2. Windows color (decimal): -5072465 or 11508146. OLE color: 11508146.
HSL color Cylindrical-coordinate representation of color #B299AF: hue angle of 307.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B299AF is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 175 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.30 |
| HSL | 307.2º | 0.14% | 0.65% | - |
| HSV(B) | 307.2º | 0.14% | 0.7% | - |
| XYZ | 37.49 | 35.34 | 45.4 | - |
| YUV | 162.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 175 | 0 | 0.14 | 0.02 | 0.30 | 307.2 | 0.14 | 0.65 |
| Hex | B2 | 99 | AF | 0 | E | 2 | 1E | 133 | E | 41 |
| Octal | 262 | 231 | 257 | 0 | 16 | 2 | 36 | 463 | 16 | 101 |
| Binary | 10110010 | 10011001 | 10101111 | 0 | 1110 | 10 | 11110 | 100110011 | 1110 | 1000001 |
Color Harmonies of #B299AF
Complementary color
Monochromatic Colors of #B299AF
Black with #B299AF
Text Example
Text Example
White with #B299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B299AF; }
p { color: rgb(178,153,175); }
H1.HeaderClassName
{
color: #B299AF;
}
.AnyTagClassName
{
color: #B299AF;
}
</style>
background-color css
<style>
a { background-color: #B299AF; }
a { background-color: rgb(178,153,175); }
div.DivClassName
{
background-color: #B299AF;
}
.BgClassName
{
background-color: #B299AF;
}
</style>
border-color css
<style>
span { border-color: #B299AF; }
span { border-color: rgb(178,153,175); }
td.TdClassName
{
border-color: #B299AF;
}
.TagClassName
{
border-color: #B299AF;
}
</style>