Shades of London Hue #B785AC
Tints of London Hue #B785AC
RGB
CMYK
RGB Variations
Color information
#B785AC (or 0xB785AC) is known color: London Hue. HEX triplet: B7, 85 and AC. RGB value is (183,133,172). Sum of RGB (Red+Green+Blue) = 183+133+172=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B785AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B785AC is #487A53. Grayscale: #989898. Windows color (decimal): -4749908 or 11306423. OLE color: 11306423.
HSL color Cylindrical-coordinate representation of color #B785AC: hue angle of 313.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B785AC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 172 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.28 |
| HSL | 313.2º | 0.26% | 0.62% | - |
| HSV(B) | 313.2º | 0.27% | 0.72% | - |
| XYZ | 35.36 | 29.82 | 42.92 | - |
| YUV | 152.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 172 | 0 | 0.27 | 0.06 | 0.28 | 313.2 | 0.26 | 0.62 |
| Hex | B7 | 85 | AC | 0 | 1B | 6 | 1C | 139 | 1A | 3E |
| Octal | 267 | 205 | 254 | 0 | 33 | 6 | 34 | 471 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10101100 | 0 | 11011 | 110 | 11100 | 100111001 | 11010 | 111110 |
Color Harmonies of #B785AC
Complementary color
Monochromatic Colors of #B785AC
Black with #B785AC
Text Example
Text Example
White with #B785AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785AC; }
p { color: rgb(183,133,172); }
H1.HeaderClassName
{
color: #B785AC;
}
.AnyTagClassName
{
color: #B785AC;
}
</style>
background-color css
<style>
a { background-color: #B785AC; }
a { background-color: rgb(183,133,172); }
div.DivClassName
{
background-color: #B785AC;
}
.BgClassName
{
background-color: #B785AC;
}
</style>
border-color css
<style>
span { border-color: #B785AC; }
span { border-color: rgb(183,133,172); }
td.TdClassName
{
border-color: #B785AC;
}
.TagClassName
{
border-color: #B785AC;
}
</style>