Shades of London Hue #BE93BB
Tints of London Hue #BE93BB
RGB
CMYK
RGB Variations
Color information
#BE93BB (or 0xBE93BB) is known color: London Hue. HEX triplet: BE, 93 and BB. RGB value is (190,147,187). Sum of RGB (Red+Green+Blue) = 190+147+187=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BB is #416C44. Grayscale: #A4A4A4. Windows color (decimal): -4287557 or 12293054. OLE color: 12293054.
HSL color Cylindrical-coordinate representation of color #BE93BB: hue angle of 304.19º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93BB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 187 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.25 |
| HSL | 304.19º | 0.25% | 0.66% | - |
| HSV(B) | 304.19º | 0.23% | 0.75% | - |
| XYZ | 40.64 | 35.4 | 51.71 | - |
| YUV | 164.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 187 | 0 | 0.23 | 0.02 | 0.25 | 304.19 | 0.25 | 0.66 |
| Hex | BE | 93 | BB | 0 | 17 | 2 | 19 | 130 | 19 | 42 |
| Octal | 276 | 223 | 273 | 0 | 27 | 2 | 31 | 460 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10111011 | 0 | 10111 | 10 | 11001 | 100110000 | 11001 | 1000010 |
Color Harmonies of #BE93BB
Complementary color
Monochromatic Colors of #BE93BB
Black with #BE93BB
Text Example
Text Example
White with #BE93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93BB; }
p { color: rgb(190,147,187); }
H1.HeaderClassName
{
color: #BE93BB;
}
.AnyTagClassName
{
color: #BE93BB;
}
</style>
background-color css
<style>
a { background-color: #BE93BB; }
a { background-color: rgb(190,147,187); }
div.DivClassName
{
background-color: #BE93BB;
}
.BgClassName
{
background-color: #BE93BB;
}
</style>
border-color css
<style>
span { border-color: #BE93BB; }
span { border-color: rgb(190,147,187); }
td.TdClassName
{
border-color: #BE93BB;
}
.TagClassName
{
border-color: #BE93BB;
}
</style>