Shades of London Hue #B288AF
Tints of London Hue #B288AF
RGB
CMYK
RGB Variations
Color information
#B288AF (or 0xB288AF) is known color: London Hue. HEX triplet: B2, 88 and AF. RGB value is (178,136,175). Sum of RGB (Red+Green+Blue) = 178+136+175=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B288AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288AF is #4D7750. Grayscale: #989898. Windows color (decimal): -5076817 or 11503794. OLE color: 11503794.
HSL color Cylindrical-coordinate representation of color #B288AF: hue angle of 304.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B288AF is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 175 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.30 |
| HSL | 304.29º | 0.21% | 0.62% | - |
| HSV(B) | 304.29º | 0.24% | 0.7% | - |
| XYZ | 34.9 | 30.17 | 44.54 | - |
| YUV | 153 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 175 | 0 | 0.24 | 0.02 | 0.30 | 304.29 | 0.21 | 0.62 |
| Hex | B2 | 88 | AF | 0 | 18 | 2 | 1E | 130 | 15 | 3E |
| Octal | 262 | 210 | 257 | 0 | 30 | 2 | 36 | 460 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10101111 | 0 | 11000 | 10 | 11110 | 100110000 | 10101 | 111110 |
Color Harmonies of #B288AF
Complementary color
Monochromatic Colors of #B288AF
Black with #B288AF
Text Example
Text Example
White with #B288AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288AF; }
p { color: rgb(178,136,175); }
H1.HeaderClassName
{
color: #B288AF;
}
.AnyTagClassName
{
color: #B288AF;
}
</style>
background-color css
<style>
a { background-color: #B288AF; }
a { background-color: rgb(178,136,175); }
div.DivClassName
{
background-color: #B288AF;
}
.BgClassName
{
background-color: #B288AF;
}
</style>
border-color css
<style>
span { border-color: #B288AF; }
span { border-color: rgb(178,136,175); }
td.TdClassName
{
border-color: #B288AF;
}
.TagClassName
{
border-color: #B288AF;
}
</style>