Shades of Lavender Blue #BFC8FC
Tints of Lavender Blue #BFC8FC
RGB
CMYK
RGB Variations
Color information
#BFC8FC (or 0xBFC8FC) is known color: Lavender Blue. HEX triplet: BF, C8 and FC. RGB value is (191,200,252). Sum of RGB (Red+Green+Blue) = 191+200+252=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8FC is #403703. Grayscale: #CBCBCB. Windows color (decimal): -4208388 or 16566463. OLE color: 16566463.
HSL color Cylindrical-coordinate representation of color #BFC8FC: hue angle of 231.15º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC8FC is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 200 | 252 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.01 |
| HSL | 231.15º | 0.91% | 0.87% | - |
| HSV(B) | 231.15º | 0.24% | 0.99% | - |
| XYZ | 59.71 | 59.41 | 100.42 | - |
| YUV | 203.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 252 | 0.24 | 0.21 | 0 | 0.01 | 231.15 | 0.91 | 0.87 |
| Hex | BF | C8 | FC | 18 | 15 | 0 | 1 | E7 | 5B | 57 |
| Octal | 277 | 310 | 374 | 30 | 25 | 0 | 1 | 347 | 133 | 127 |
| Binary | 10111111 | 11001000 | 11111100 | 11000 | 10101 | 0 | 1 | 11100111 | 1011011 | 1010111 |
Color Harmonies of #BFC8FC
Complementary color
Monochromatic Colors of #BFC8FC
Black with #BFC8FC
Text Example
Text Example
White with #BFC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8FC; }
p { color: rgb(191,200,252); }
H1.HeaderClassName
{
color: #BFC8FC;
}
.AnyTagClassName
{
color: #BFC8FC;
}
</style>
background-color css
<style>
a { background-color: #BFC8FC; }
a { background-color: rgb(191,200,252); }
div.DivClassName
{
background-color: #BFC8FC;
}
.BgClassName
{
background-color: #BFC8FC;
}
</style>
border-color css
<style>
span { border-color: #BFC8FC; }
span { border-color: rgb(191,200,252); }
td.TdClassName
{
border-color: #BFC8FC;
}
.TagClassName
{
border-color: #BFC8FC;
}
</style>