Shades of Lavender Blue #BECCFF
Tints of Lavender Blue #BECCFF
RGB
CMYK
RGB Variations
Color information
#BECCFF (or 0xBECCFF) is known color: Lavender Blue. HEX triplet: BE, CC and FF. RGB value is (190,204,255). Sum of RGB (Red+Green+Blue) = 190+204+255=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCFF is #413300. Grayscale: #CDCDCD. Windows color (decimal): -4272897 or 16764094. OLE color: 16764094.
HSL color Cylindrical-coordinate representation of color #BECCFF: hue angle of 227.08º 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 #BECCFF is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 204 | 255 | - |
| CMYK | 0.25 | 0.2 | 0 | 0 |
| HSL | 227.08º | 1% | 0.87% | - |
| HSV(B) | 227.08º | 0.25% | 1% | - |
| XYZ | 60.88 | 61.35 | 103.24 | - |
| YUV | 205.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 255 | 0.25 | 0.2 | 0 | 0 | 227.08 | 1 | 0.87 |
| Hex | BE | CC | FF | 19 | 14 | 0 | 0 | E3 | 64 | 57 |
| Octal | 276 | 314 | 377 | 31 | 24 | 0 | 0 | 343 | 144 | 127 |
| Binary | 10111110 | 11001100 | 11111111 | 11001 | 10100 | 0 | 0 | 11100011 | 1100100 | 1010111 |
Color Harmonies of #BECCFF
Complementary color
Monochromatic Colors of #BECCFF
Black with #BECCFF
Text Example
Text Example
White with #BECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCFF; }
p { color: rgb(190,204,255); }
H1.HeaderClassName
{
color: #BECCFF;
}
.AnyTagClassName
{
color: #BECCFF;
}
</style>
background-color css
<style>
a { background-color: #BECCFF; }
a { background-color: rgb(190,204,255); }
div.DivClassName
{
background-color: #BECCFF;
}
.BgClassName
{
background-color: #BECCFF;
}
</style>
border-color css
<style>
span { border-color: #BECCFF; }
span { border-color: rgb(190,204,255); }
td.TdClassName
{
border-color: #BECCFF;
}
.TagClassName
{
border-color: #BECCFF;
}
</style>