Shades of Lavender Blue #BEB0FF
Tints of Lavender Blue #BEB0FF
RGB
CMYK
RGB Variations
Color information
#BEB0FF (or 0xBEB0FF) is known color: Lavender Blue. HEX triplet: BE, B0 and FF. RGB value is (190,176,255). Sum of RGB (Red+Green+Blue) = 190+176+255=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0FF is #414F00. Grayscale: #BCBCBC. Windows color (decimal): -4280065 or 16756926. OLE color: 16756926.
HSL color Cylindrical-coordinate representation of color #BEB0FF: hue angle of 250.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEB0FF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 176 | 255 | - |
| CMYK | 0.25 | 0.31 | 0 | 0 |
| HSL | 250.63º | 1% | 0.85% | - |
| HSV(B) | 250.63º | 0.31% | 1% | - |
| XYZ | 54.81 | 49.22 | 101.22 | - |
| YUV | 189.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 255 | 0.25 | 0.31 | 0 | 0 | 250.63 | 1 | 0.85 |
| Hex | BE | B0 | FF | 19 | 1F | 0 | 0 | FB | 64 | 55 |
| Octal | 276 | 260 | 377 | 31 | 37 | 0 | 0 | 373 | 144 | 125 |
| Binary | 10111110 | 10110000 | 11111111 | 11001 | 11111 | 0 | 0 | 11111011 | 1100100 | 1010101 |
Color Harmonies of #BEB0FF
Complementary color
Monochromatic Colors of #BEB0FF
Black with #BEB0FF
Text Example
Text Example
White with #BEB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0FF; }
p { color: rgb(190,176,255); }
H1.HeaderClassName
{
color: #BEB0FF;
}
.AnyTagClassName
{
color: #BEB0FF;
}
</style>
background-color css
<style>
a { background-color: #BEB0FF; }
a { background-color: rgb(190,176,255); }
div.DivClassName
{
background-color: #BEB0FF;
}
.BgClassName
{
background-color: #BEB0FF;
}
</style>
border-color css
<style>
span { border-color: #BEB0FF; }
span { border-color: rgb(190,176,255); }
td.TdClassName
{
border-color: #BEB0FF;
}
.TagClassName
{
border-color: #BEB0FF;
}
</style>