Shades of Lavender Blue #BECCFD
Tints of Lavender Blue #BECCFD
RGB
CMYK
RGB Variations
Color information
#BECCFD (or 0xBECCFD) is known color: Lavender Blue. HEX triplet: BE, CC and FD. RGB value is (190,204,253). Sum of RGB (Red+Green+Blue) = 190+204+253=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BECCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCFD is #413302. Grayscale: #CDCDCD. Windows color (decimal): -4272899 or 16633022. OLE color: 16633022.
HSL color Cylindrical-coordinate representation of color #BECCFD: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECCFD is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 204 | 253 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.01 |
| HSL | 226.67º | 0.94% | 0.87% | - |
| HSV(B) | 226.67º | 0.25% | 0.99% | - |
| XYZ | 60.56 | 61.22 | 101.55 | - |
| YUV | 205.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 253 | 0.25 | 0.19 | 0 | 0.01 | 226.67 | 0.94 | 0.87 |
| Hex | BE | CC | FD | 19 | 13 | 0 | 1 | E3 | 5E | 57 |
| Octal | 276 | 314 | 375 | 31 | 23 | 0 | 1 | 343 | 136 | 127 |
| Binary | 10111110 | 11001100 | 11111101 | 11001 | 10011 | 0 | 1 | 11100011 | 1011110 | 1010111 |
Color Harmonies of #BECCFD
Complementary color
Monochromatic Colors of #BECCFD
Black with #BECCFD
Text Example
Text Example
White with #BECCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCFD; }
p { color: rgb(190,204,253); }
H1.HeaderClassName
{
color: #BECCFD;
}
.AnyTagClassName
{
color: #BECCFD;
}
</style>
background-color css
<style>
a { background-color: #BECCFD; }
a { background-color: rgb(190,204,253); }
div.DivClassName
{
background-color: #BECCFD;
}
.BgClassName
{
background-color: #BECCFD;
}
</style>
border-color css
<style>
span { border-color: #BECCFD; }
span { border-color: rgb(190,204,253); }
td.TdClassName
{
border-color: #BECCFD;
}
.TagClassName
{
border-color: #BECCFD;
}
</style>