Shades of Lavender Blue #BEC9FE
Tints of Lavender Blue #BEC9FE
RGB
CMYK
RGB Variations
Color information
#BEC9FE (or 0xBEC9FE) is known color: Lavender Blue. HEX triplet: BE, C9 and FE. RGB value is (190,201,254). Sum of RGB (Red+Green+Blue) = 190+201+254=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9FE is #413601. Grayscale: #CBCBCB. Windows color (decimal): -4273666 or 16697790. OLE color: 16697790.
HSL color Cylindrical-coordinate representation of color #BEC9FE: hue angle of 229.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEC9FE is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 201 | 254 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.00 |
| HSL | 229.69º | 0.97% | 0.87% | - |
| HSV(B) | 229.69º | 0.25% | 1% | - |
| XYZ | 60.01 | 59.88 | 102.16 | - |
| YUV | 203.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 254 | 0.25 | 0.21 | 0 | 0.00 | 229.69 | 0.97 | 0.87 |
| Hex | BE | C9 | FE | 19 | 15 | 0 | 0 | E6 | 61 | 57 |
| Octal | 276 | 311 | 376 | 31 | 25 | 0 | 0 | 346 | 141 | 127 |
| Binary | 10111110 | 11001001 | 11111110 | 11001 | 10101 | 0 | 0 | 11100110 | 1100001 | 1010111 |
Color Harmonies of #BEC9FE
Complementary color
Monochromatic Colors of #BEC9FE
Black with #BEC9FE
Text Example
Text Example
White with #BEC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9FE; }
p { color: rgb(190,201,254); }
H1.HeaderClassName
{
color: #BEC9FE;
}
.AnyTagClassName
{
color: #BEC9FE;
}
</style>
background-color css
<style>
a { background-color: #BEC9FE; }
a { background-color: rgb(190,201,254); }
div.DivClassName
{
background-color: #BEC9FE;
}
.BgClassName
{
background-color: #BEC9FE;
}
</style>
border-color css
<style>
span { border-color: #BEC9FE; }
span { border-color: rgb(190,201,254); }
td.TdClassName
{
border-color: #BEC9FE;
}
.TagClassName
{
border-color: #BEC9FE;
}
</style>