Shades of London Hue #B785AB
Tints of London Hue #B785AB
RGB
CMYK
RGB Variations
Color information
#B785AB (or 0xB785AB) is known color: London Hue. HEX triplet: B7, 85 and AB. RGB value is (183,133,171). Sum of RGB (Red+Green+Blue) = 183+133+171=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B785AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B785AB is #487A54. Grayscale: #989898. Windows color (decimal): -4749909 or 11240887. OLE color: 11240887.
HSL color Cylindrical-coordinate representation of color #B785AB: hue angle of 314.4º 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 #B785AB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 171 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.28 |
| HSL | 314.4º | 0.26% | 0.62% | - |
| HSV(B) | 314.4º | 0.27% | 0.72% | - |
| XYZ | 35.27 | 29.78 | 42.42 | - |
| YUV | 152.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 171 | 0 | 0.27 | 0.07 | 0.28 | 314.4 | 0.26 | 0.62 |
| Hex | B7 | 85 | AB | 0 | 1B | 7 | 1C | 13A | 1A | 3E |
| Octal | 267 | 205 | 253 | 0 | 33 | 7 | 34 | 472 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10101011 | 0 | 11011 | 111 | 11100 | 100111010 | 11010 | 111110 |
Color Harmonies of #B785AB
Complementary color
Monochromatic Colors of #B785AB
Black with #B785AB
Text Example
Text Example
White with #B785AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B785AB; }
p { color: rgb(183,133,171); }
H1.HeaderClassName
{
color: #B785AB;
}
.AnyTagClassName
{
color: #B785AB;
}
</style>
background-color css
<style>
a { background-color: #B785AB; }
a { background-color: rgb(183,133,171); }
div.DivClassName
{
background-color: #B785AB;
}
.BgClassName
{
background-color: #B785AB;
}
</style>
border-color css
<style>
span { border-color: #B785AB; }
span { border-color: rgb(183,133,171); }
td.TdClassName
{
border-color: #B785AB;
}
.TagClassName
{
border-color: #B785AB;
}
</style>