Shades of Lavender Blue #BEC2FF
Tints of Lavender Blue #BEC2FF
RGB
CMYK
RGB Variations
Color information
#BEC2FF (or 0xBEC2FF) is known color: Lavender Blue. HEX triplet: BE, C2 and FF. RGB value is (190,194,255). Sum of RGB (Red+Green+Blue) = 190+194+255=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2FF is #413D00. Grayscale: #C7C7C7. Windows color (decimal): -4275457 or 16761534. OLE color: 16761534.
HSL color Cylindrical-coordinate representation of color #BEC2FF: hue angle of 236.31º 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 #BEC2FF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 194 | 255 | - |
| CMYK | 0.25 | 0.24 | 0 | 0 |
| HSL | 236.31º | 1% | 0.87% | - |
| HSV(B) | 236.31º | 0.25% | 1% | - |
| XYZ | 58.58 | 56.75 | 102.47 | - |
| YUV | 199.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 255 | 0.25 | 0.24 | 0 | 0 | 236.31 | 1 | 0.87 |
| Hex | BE | C2 | FF | 19 | 18 | 0 | 0 | EC | 64 | 57 |
| Octal | 276 | 302 | 377 | 31 | 30 | 0 | 0 | 354 | 144 | 127 |
| Binary | 10111110 | 11000010 | 11111111 | 11001 | 11000 | 0 | 0 | 11101100 | 1100100 | 1010111 |
Color Harmonies of #BEC2FF
Complementary color
Monochromatic Colors of #BEC2FF
Black with #BEC2FF
Text Example
Text Example
White with #BEC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2FF; }
p { color: rgb(190,194,255); }
H1.HeaderClassName
{
color: #BEC2FF;
}
.AnyTagClassName
{
color: #BEC2FF;
}
</style>
background-color css
<style>
a { background-color: #BEC2FF; }
a { background-color: rgb(190,194,255); }
div.DivClassName
{
background-color: #BEC2FF;
}
.BgClassName
{
background-color: #BEC2FF;
}
</style>
border-color css
<style>
span { border-color: #BEC2FF; }
span { border-color: rgb(190,194,255); }
td.TdClassName
{
border-color: #BEC2FF;
}
.TagClassName
{
border-color: #BEC2FF;
}
</style>