Shades of Lavender Blue #BEC3FF
Tints of Lavender Blue #BEC3FF
RGB
CMYK
RGB Variations
Color information
#BEC3FF (or 0xBEC3FF) is known color: Lavender Blue. HEX triplet: BE, C3 and FF. RGB value is (190,195,255). Sum of RGB (Red+Green+Blue) = 190+195+255=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3FF is #413C00. Grayscale: #C8C8C8. Windows color (decimal): -4275201 or 16761790. OLE color: 16761790.
HSL color Cylindrical-coordinate representation of color #BEC3FF: hue angle of 235.38º 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 #BEC3FF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 195 | 255 | - |
| CMYK | 0.25 | 0.24 | 0 | 0 |
| HSL | 235.38º | 1% | 0.87% | - |
| HSV(B) | 235.38º | 0.25% | 1% | - |
| XYZ | 58.8 | 57.2 | 102.55 | - |
| YUV | 200.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 255 | 0.25 | 0.24 | 0 | 0 | 235.38 | 1 | 0.87 |
| Hex | BE | C3 | FF | 19 | 18 | 0 | 0 | EB | 64 | 57 |
| Octal | 276 | 303 | 377 | 31 | 30 | 0 | 0 | 353 | 144 | 127 |
| Binary | 10111110 | 11000011 | 11111111 | 11001 | 11000 | 0 | 0 | 11101011 | 1100100 | 1010111 |
Color Harmonies of #BEC3FF
Complementary color
Monochromatic Colors of #BEC3FF
Black with #BEC3FF
Text Example
Text Example
White with #BEC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3FF; }
p { color: rgb(190,195,255); }
H1.HeaderClassName
{
color: #BEC3FF;
}
.AnyTagClassName
{
color: #BEC3FF;
}
</style>
background-color css
<style>
a { background-color: #BEC3FF; }
a { background-color: rgb(190,195,255); }
div.DivClassName
{
background-color: #BEC3FF;
}
.BgClassName
{
background-color: #BEC3FF;
}
</style>
border-color css
<style>
span { border-color: #BEC3FF; }
span { border-color: rgb(190,195,255); }
td.TdClassName
{
border-color: #BEC3FF;
}
.TagClassName
{
border-color: #BEC3FF;
}
</style>