Shades of Lavender Blue #BCBFF8
Tints of Lavender Blue #BCBFF8
RGB
CMYK
RGB Variations
Color information
#BCBFF8 (or 0xBCBFF8) is known color: Lavender Blue. HEX triplet: BC, BF and F8. RGB value is (188,191,248). Sum of RGB (Red+Green+Blue) = 188+191+248=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF8 is #434007. Grayscale: #C4C4C4. Windows color (decimal): -4407304 or 16302012. OLE color: 16302012.
HSL color Cylindrical-coordinate representation of color #BCBFF8: hue angle of 237º degrees, saturation: 0.81, 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 #BCBFF8 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 191 | 248 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.03 |
| HSL | 237º | 0.81% | 0.85% | - |
| HSV(B) | 237º | 0.24% | 0.97% | - |
| XYZ | 56.31 | 54.73 | 96.4 | - |
| YUV | 196.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 248 | 0.24 | 0.23 | 0 | 0.03 | 237 | 0.81 | 0.85 |
| Hex | BC | BF | F8 | 18 | 17 | 0 | 3 | ED | 51 | 55 |
| Octal | 274 | 277 | 370 | 30 | 27 | 0 | 3 | 355 | 121 | 125 |
| Binary | 10111100 | 10111111 | 11111000 | 11000 | 10111 | 0 | 11 | 11101101 | 1010001 | 1010101 |
Color Harmonies of #BCBFF8
Complementary color
Monochromatic Colors of #BCBFF8
Black with #BCBFF8
Text Example
Text Example
White with #BCBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFF8; }
p { color: rgb(188,191,248); }
H1.HeaderClassName
{
color: #BCBFF8;
}
.AnyTagClassName
{
color: #BCBFF8;
}
</style>
background-color css
<style>
a { background-color: #BCBFF8; }
a { background-color: rgb(188,191,248); }
div.DivClassName
{
background-color: #BCBFF8;
}
.BgClassName
{
background-color: #BCBFF8;
}
</style>
border-color css
<style>
span { border-color: #BCBFF8; }
span { border-color: rgb(188,191,248); }
td.TdClassName
{
border-color: #BCBFF8;
}
.TagClassName
{
border-color: #BCBFF8;
}
</style>