Shades of Lavender Blue #BCBEF7
Tints of Lavender Blue #BCBEF7
RGB
CMYK
RGB Variations
Color information
#BCBEF7 (or 0xBCBEF7) is known color: Lavender Blue. HEX triplet: BC, BE and F7. RGB value is (188,190,247). Sum of RGB (Red+Green+Blue) = 188+190+247=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEF7 is #434108. Grayscale: #C3C3C3. Windows color (decimal): -4407561 or 16236220. OLE color: 16236220.
HSL color Cylindrical-coordinate representation of color #BCBEF7: hue angle of 237.97º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBEF7 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 190 | 247 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.03 |
| HSL | 237.97º | 0.79% | 0.85% | - |
| HSV(B) | 237.97º | 0.24% | 0.97% | - |
| XYZ | 55.94 | 54.23 | 95.52 | - |
| YUV | 195.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 247 | 0.24 | 0.23 | 0 | 0.03 | 237.97 | 0.79 | 0.85 |
| Hex | BC | BE | F7 | 18 | 17 | 0 | 3 | EE | 4F | 55 |
| Octal | 274 | 276 | 367 | 30 | 27 | 0 | 3 | 356 | 117 | 125 |
| Binary | 10111100 | 10111110 | 11110111 | 11000 | 10111 | 0 | 11 | 11101110 | 1001111 | 1010101 |
Color Harmonies of #BCBEF7
Complementary color
Monochromatic Colors of #BCBEF7
Black with #BCBEF7
Text Example
Text Example
White with #BCBEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEF7; }
p { color: rgb(188,190,247); }
H1.HeaderClassName
{
color: #BCBEF7;
}
.AnyTagClassName
{
color: #BCBEF7;
}
</style>
background-color css
<style>
a { background-color: #BCBEF7; }
a { background-color: rgb(188,190,247); }
div.DivClassName
{
background-color: #BCBEF7;
}
.BgClassName
{
background-color: #BCBEF7;
}
</style>
border-color css
<style>
span { border-color: #BCBEF7; }
span { border-color: rgb(188,190,247); }
td.TdClassName
{
border-color: #BCBEF7;
}
.TagClassName
{
border-color: #BCBEF7;
}
</style>