Shades of Lavender Blue #BEC2FE
Tints of Lavender Blue #BEC2FE
RGB
CMYK
RGB Variations
Color information
#BEC2FE (or 0xBEC2FE) is known color: Lavender Blue. HEX triplet: BE, C2 and FE. RGB value is (190,194,254). Sum of RGB (Red+Green+Blue) = 190+194+254=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2FE is #413D01. Grayscale: #C7C7C7. Windows color (decimal): -4275458 or 16695998. OLE color: 16695998.
HSL color Cylindrical-coordinate representation of color #BEC2FE: hue angle of 236.25º 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 #BEC2FE is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 194 | 254 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.00 |
| HSL | 236.25º | 0.97% | 0.87% | - |
| HSV(B) | 236.25º | 0.25% | 1% | - |
| XYZ | 58.42 | 56.69 | 101.63 | - |
| YUV | 199.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 254 | 0.25 | 0.24 | 0 | 0.00 | 236.25 | 0.97 | 0.87 |
| Hex | BE | C2 | FE | 19 | 18 | 0 | 0 | EC | 61 | 57 |
| Octal | 276 | 302 | 376 | 31 | 30 | 0 | 0 | 354 | 141 | 127 |
| Binary | 10111110 | 11000010 | 11111110 | 11001 | 11000 | 0 | 0 | 11101100 | 1100001 | 1010111 |
Color Harmonies of #BEC2FE
Complementary color
Monochromatic Colors of #BEC2FE
Black with #BEC2FE
Text Example
Text Example
White with #BEC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2FE; }
p { color: rgb(190,194,254); }
H1.HeaderClassName
{
color: #BEC2FE;
}
.AnyTagClassName
{
color: #BEC2FE;
}
</style>
background-color css
<style>
a { background-color: #BEC2FE; }
a { background-color: rgb(190,194,254); }
div.DivClassName
{
background-color: #BEC2FE;
}
.BgClassName
{
background-color: #BEC2FE;
}
</style>
border-color css
<style>
span { border-color: #BEC2FE; }
span { border-color: rgb(190,194,254); }
td.TdClassName
{
border-color: #BEC2FE;
}
.TagClassName
{
border-color: #BEC2FE;
}
</style>