Shades of London Hue #BE8DB3
Tints of London Hue #BE8DB3
RGB
CMYK
RGB Variations
Color information
#BE8DB3 (or 0xBE8DB3) is known color: London Hue. HEX triplet: BE, 8D and B3. RGB value is (190,141,179). Sum of RGB (Red+Green+Blue) = 190+141+179=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DB3 is #41724C. Grayscale: #9F9F9F. Windows color (decimal): -4289101 or 11767230. OLE color: 11767230.
HSL color Cylindrical-coordinate representation of color #BE8DB3: hue angle of 313.47º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8DB3 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 141 | 179 | - |
CMYK | 0 | 0.26 | 0.06 | 0.25 |
HSL | 313.47º | 0.27% | 0.65% | - |
HSV(B) | 313.47º | 0.26% | 0.75% | - |
XYZ | 38.9 | 33.25 | 47.02 | - |
YUV | 159.98 | 138.73 | 149.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 141 | 179 | 0 | 0.26 | 0.06 | 0.25 | 313.47 | 0.27 | 0.65 |
Hex | BE | 8D | B3 | 0 | 1A | 6 | 19 | 139 | 1B | 41 |
Octal | 276 | 215 | 263 | 0 | 32 | 6 | 31 | 471 | 33 | 101 |
Binary | 10111110 | 10001101 | 10110011 | 0 | 11010 | 110 | 11001 | 100111001 | 11011 | 1000001 |
Color Harmonies of #BE8DB3
Complementary color
Monochromatic Colors of #BE8DB3
Black with #BE8DB3
Text Example
Text Example
White with #BE8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DB3; }
p { color: rgb(190,141,179); }
H1.HeaderClassName
{
color: #BE8DB3;
}
.AnyTagClassName
{
color: #BE8DB3;
}
</style>
background-color css
<style>
a { background-color: #BE8DB3; }
a { background-color: rgb(190,141,179); }
div.DivClassName
{
background-color: #BE8DB3;
}
.BgClassName
{
background-color: #BE8DB3;
}
</style>
border-color css
<style>
span { border-color: #BE8DB3; }
span { border-color: rgb(190,141,179); }
td.TdClassName
{
border-color: #BE8DB3;
}
.TagClassName
{
border-color: #BE8DB3;
}
</style>