Shades of London Hue #BE90B3
Tints of London Hue #BE90B3
RGB
CMYK
RGB Variations
Color information
#BE90B3 (or 0xBE90B3) is known color: London Hue. HEX triplet: BE, 90 and B3. RGB value is (190,144,179). Sum of RGB (Red+Green+Blue) = 190+144+179=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90B3 is #416F4C. Grayscale: #A1A1A1. Windows color (decimal): -4288333 or 11767998. OLE color: 11767998.
HSL color Cylindrical-coordinate representation of color #BE90B3: hue angle of 314.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE90B3 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 179 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.25 |
| HSL | 314.35º | 0.26% | 0.65% | - |
| HSV(B) | 314.35º | 0.24% | 0.75% | - |
| XYZ | 39.35 | 34.15 | 47.17 | - |
| YUV | 161.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 179 | 0 | 0.24 | 0.06 | 0.25 | 314.35 | 0.26 | 0.65 |
| Hex | BE | 90 | B3 | 0 | 18 | 6 | 19 | 13A | 1A | 41 |
| Octal | 276 | 220 | 263 | 0 | 30 | 6 | 31 | 472 | 32 | 101 |
| Binary | 10111110 | 10010000 | 10110011 | 0 | 11000 | 110 | 11001 | 100111010 | 11010 | 1000001 |
Color Harmonies of #BE90B3
Complementary color
Monochromatic Colors of #BE90B3
Black with #BE90B3
Text Example
Text Example
White with #BE90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90B3; }
p { color: rgb(190,144,179); }
H1.HeaderClassName
{
color: #BE90B3;
}
.AnyTagClassName
{
color: #BE90B3;
}
</style>
background-color css
<style>
a { background-color: #BE90B3; }
a { background-color: rgb(190,144,179); }
div.DivClassName
{
background-color: #BE90B3;
}
.BgClassName
{
background-color: #BE90B3;
}
</style>
border-color css
<style>
span { border-color: #BE90B3; }
span { border-color: rgb(190,144,179); }
td.TdClassName
{
border-color: #BE90B3;
}
.TagClassName
{
border-color: #BE90B3;
}
</style>