Shades of Lavender Blue #BEC6FF
Tints of Lavender Blue #BEC6FF
RGB
CMYK
RGB Variations
Color information
#BEC6FF (or 0xBEC6FF) is known color: Lavender Blue. HEX triplet: BE, C6 and FF. RGB value is (190,198,255). Sum of RGB (Red+Green+Blue) = 190+198+255=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6FF is #413900. Grayscale: #C9C9C9. Windows color (decimal): -4274433 or 16762558. OLE color: 16762558.
HSL color Cylindrical-coordinate representation of color #BEC6FF: hue angle of 232.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC6FF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 198 | 255 | - |
| CMYK | 0.25 | 0.22 | 0 | 0 |
| HSL | 232.62º | 1% | 0.87% | - |
| HSV(B) | 232.62º | 0.25% | 1% | - |
| XYZ | 59.48 | 58.56 | 102.78 | - |
| YUV | 202.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 255 | 0.25 | 0.22 | 0 | 0 | 232.62 | 1 | 0.87 |
| Hex | BE | C6 | FF | 19 | 16 | 0 | 0 | E9 | 64 | 57 |
| Octal | 276 | 306 | 377 | 31 | 26 | 0 | 0 | 351 | 144 | 127 |
| Binary | 10111110 | 11000110 | 11111111 | 11001 | 10110 | 0 | 0 | 11101001 | 1100100 | 1010111 |
Color Harmonies of #BEC6FF
Complementary color
Monochromatic Colors of #BEC6FF
Black with #BEC6FF
Text Example
Text Example
White with #BEC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6FF; }
p { color: rgb(190,198,255); }
H1.HeaderClassName
{
color: #BEC6FF;
}
.AnyTagClassName
{
color: #BEC6FF;
}
</style>
background-color css
<style>
a { background-color: #BEC6FF; }
a { background-color: rgb(190,198,255); }
div.DivClassName
{
background-color: #BEC6FF;
}
.BgClassName
{
background-color: #BEC6FF;
}
</style>
border-color css
<style>
span { border-color: #BEC6FF; }
span { border-color: rgb(190,198,255); }
td.TdClassName
{
border-color: #BEC6FF;
}
.TagClassName
{
border-color: #BEC6FF;
}
</style>