Shades of London Hue #BE80B8
Tints of London Hue #BE80B8
RGB
CMYK
RGB Variations
Color information
#BE80B8 (or 0xBE80B8) is known color: London Hue. HEX triplet: BE, 80 and B8. RGB value is (190,128,184). Sum of RGB (Red+Green+Blue) = 190+128+184=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80B8 is #417F47. Grayscale: #989898. Windows color (decimal): -4292424 or 12091582. OLE color: 12091582.
HSL color Cylindrical-coordinate representation of color #BE80B8: hue angle of 305.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80B8 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 128 | 184 | - |
CMYK | 0 | 0.33 | 0.03 | 0.25 |
HSL | 305.81º | 0.32% | 0.62% | - |
HSV(B) | 305.81º | 0.33% | 0.75% | - |
XYZ | 37.61 | 29.85 | 49.13 | - |
YUV | 152.92 | 145.54 | 154.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 128 | 184 | 0 | 0.33 | 0.03 | 0.25 | 305.81 | 0.32 | 0.62 |
Hex | BE | 80 | B8 | 0 | 21 | 3 | 19 | 132 | 20 | 3E |
Octal | 276 | 200 | 270 | 0 | 41 | 3 | 31 | 462 | 40 | 76 |
Binary | 10111110 | 10000000 | 10111000 | 0 | 100001 | 11 | 11001 | 100110010 | 100000 | 111110 |
Color Harmonies of #BE80B8
Complementary color
Monochromatic Colors of #BE80B8
Black with #BE80B8
Text Example
Text Example
White with #BE80B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80B8; }
p { color: rgb(190,128,184); }
H1.HeaderClassName
{
color: #BE80B8;
}
.AnyTagClassName
{
color: #BE80B8;
}
</style>
background-color css
<style>
a { background-color: #BE80B8; }
a { background-color: rgb(190,128,184); }
div.DivClassName
{
background-color: #BE80B8;
}
.BgClassName
{
background-color: #BE80B8;
}
</style>
border-color css
<style>
span { border-color: #BE80B8; }
span { border-color: rgb(190,128,184); }
td.TdClassName
{
border-color: #BE80B8;
}
.TagClassName
{
border-color: #BE80B8;
}
</style>