Shades of Lavender Blue #BECBFD
Tints of Lavender Blue #BECBFD
RGB
CMYK
RGB Variations
Color information
#BECBFD (or 0xBECBFD) is known color: Lavender Blue. HEX triplet: BE, CB and FD. RGB value is (190,203,253). Sum of RGB (Red+Green+Blue) = 190+203+253=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #BECBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBFD is #413402. Grayscale: #CCCCCC. Windows color (decimal): -4273155 or 16632766. OLE color: 16632766.
HSL color Cylindrical-coordinate representation of color #BECBFD: hue angle of 227.62º 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 #BECBFD is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 203 | 253 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.01 |
| HSL | 227.62º | 0.94% | 0.87% | - |
| HSV(B) | 227.62º | 0.25% | 0.99% | - |
| XYZ | 60.32 | 60.75 | 101.48 | - |
| YUV | 204.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 253 | 0.25 | 0.20 | 0 | 0.01 | 227.62 | 0.94 | 0.87 |
| Hex | BE | CB | FD | 19 | 14 | 0 | 1 | E4 | 5E | 57 |
| Octal | 276 | 313 | 375 | 31 | 24 | 0 | 1 | 344 | 136 | 127 |
| Binary | 10111110 | 11001011 | 11111101 | 11001 | 10100 | 0 | 1 | 11100100 | 1011110 | 1010111 |
Color Harmonies of #BECBFD
Complementary color
Monochromatic Colors of #BECBFD
Black with #BECBFD
Text Example
Text Example
White with #BECBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBFD; }
p { color: rgb(190,203,253); }
H1.HeaderClassName
{
color: #BECBFD;
}
.AnyTagClassName
{
color: #BECBFD;
}
</style>
background-color css
<style>
a { background-color: #BECBFD; }
a { background-color: rgb(190,203,253); }
div.DivClassName
{
background-color: #BECBFD;
}
.BgClassName
{
background-color: #BECBFD;
}
</style>
border-color css
<style>
span { border-color: #BECBFD; }
span { border-color: rgb(190,203,253); }
td.TdClassName
{
border-color: #BECBFD;
}
.TagClassName
{
border-color: #BECBFD;
}
</style>