Shades of London Hue #B68FAF
Tints of London Hue #B68FAF
RGB
CMYK
RGB Variations
Color information
#B68FAF (or 0xB68FAF) is known color: London Hue. HEX triplet: B6, 8F and AF. RGB value is (182,143,175). Sum of RGB (Red+Green+Blue) = 182+143+175=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAF is #497050. Grayscale: #9E9E9E. Windows color (decimal): -4812881 or 11505590. OLE color: 11505590.
HSL color Cylindrical-coordinate representation of color #B68FAF: hue angle of 310.77º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B68FAF is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 175 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.29 |
| HSL | 310.77º | 0.21% | 0.64% | - |
| HSV(B) | 310.77º | 0.21% | 0.71% | - |
| XYZ | 36.85 | 32.69 | 44.92 | - |
| YUV | 158.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 175 | 0 | 0.21 | 0.04 | 0.29 | 310.77 | 0.21 | 0.64 |
| Hex | B6 | 8F | AF | 0 | 15 | 4 | 1D | 137 | 15 | 40 |
| Octal | 266 | 217 | 257 | 0 | 25 | 4 | 35 | 467 | 25 | 100 |
| Binary | 10110110 | 10001111 | 10101111 | 0 | 10101 | 100 | 11101 | 100110111 | 10101 | 1000000 |
Color Harmonies of #B68FAF
Complementary color
Monochromatic Colors of #B68FAF
Black with #B68FAF
Text Example
Text Example
White with #B68FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68FAF; }
p { color: rgb(182,143,175); }
H1.HeaderClassName
{
color: #B68FAF;
}
.AnyTagClassName
{
color: #B68FAF;
}
</style>
background-color css
<style>
a { background-color: #B68FAF; }
a { background-color: rgb(182,143,175); }
div.DivClassName
{
background-color: #B68FAF;
}
.BgClassName
{
background-color: #B68FAF;
}
</style>
border-color css
<style>
span { border-color: #B68FAF; }
span { border-color: rgb(182,143,175); }
td.TdClassName
{
border-color: #B68FAF;
}
.TagClassName
{
border-color: #B68FAF;
}
</style>