Shades of London Hue #B694AF
Tints of London Hue #B694AF
RGB
CMYK
RGB Variations
Color information
#B694AF (or 0xB694AF) is known color: London Hue. HEX triplet: B6, 94 and AF. RGB value is (182,148,175). Sum of RGB (Red+Green+Blue) = 182+148+175=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AF is #496B50. Grayscale: #A1A1A1. Windows color (decimal): -4811601 or 11506870. OLE color: 11506870.
HSL color Cylindrical-coordinate representation of color #B694AF: hue angle of 312.35º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B694AF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 148 | 175 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.29 |
| HSL | 312.35º | 0.19% | 0.65% | - |
| HSV(B) | 312.35º | 0.19% | 0.71% | - |
| XYZ | 37.62 | 34.22 | 45.18 | - |
| YUV | 161.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 175 | 0 | 0.19 | 0.04 | 0.29 | 312.35 | 0.19 | 0.65 |
| Hex | B6 | 94 | AF | 0 | 13 | 4 | 1D | 138 | 13 | 41 |
| Octal | 266 | 224 | 257 | 0 | 23 | 4 | 35 | 470 | 23 | 101 |
| Binary | 10110110 | 10010100 | 10101111 | 0 | 10011 | 100 | 11101 | 100111000 | 10011 | 1000001 |
Color Harmonies of #B694AF
Complementary color
Monochromatic Colors of #B694AF
Black with #B694AF
Text Example
Text Example
White with #B694AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B694AF; }
p { color: rgb(182,148,175); }
H1.HeaderClassName
{
color: #B694AF;
}
.AnyTagClassName
{
color: #B694AF;
}
</style>
background-color css
<style>
a { background-color: #B694AF; }
a { background-color: rgb(182,148,175); }
div.DivClassName
{
background-color: #B694AF;
}
.BgClassName
{
background-color: #B694AF;
}
</style>
border-color css
<style>
span { border-color: #B694AF; }
span { border-color: rgb(182,148,175); }
td.TdClassName
{
border-color: #B694AF;
}
.TagClassName
{
border-color: #B694AF;
}
</style>