Shades of Lavender Blue #BFC9FB
Tints of Lavender Blue #BFC9FB
RGB
CMYK
RGB Variations
Color information
#BFC9FB (or 0xBFC9FB) is known color: Lavender Blue. HEX triplet: BF, C9 and FB. RGB value is (191,201,251). Sum of RGB (Red+Green+Blue) = 191+201+251=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9FB is #403604. Grayscale: #CBCBCB. Windows color (decimal): -4208133 or 16501183. OLE color: 16501183.
HSL color Cylindrical-coordinate representation of color #BFC9FB: hue angle of 230º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC9FB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 201 | 251 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 230º | 0.88% | 0.87% | - |
| HSV(B) | 230º | 0.24% | 0.98% | - |
| XYZ | 59.79 | 59.81 | 99.66 | - |
| YUV | 203.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 251 | 0.24 | 0.20 | 0 | 0.02 | 230 | 0.88 | 0.87 |
| Hex | BF | C9 | FB | 18 | 14 | 0 | 2 | E6 | 58 | 57 |
| Octal | 277 | 311 | 373 | 30 | 24 | 0 | 2 | 346 | 130 | 127 |
| Binary | 10111111 | 11001001 | 11111011 | 11000 | 10100 | 0 | 10 | 11100110 | 1011000 | 1010111 |
Color Harmonies of #BFC9FB
Complementary color
Monochromatic Colors of #BFC9FB
Black with #BFC9FB
Text Example
Text Example
White with #BFC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9FB; }
p { color: rgb(191,201,251); }
H1.HeaderClassName
{
color: #BFC9FB;
}
.AnyTagClassName
{
color: #BFC9FB;
}
</style>
background-color css
<style>
a { background-color: #BFC9FB; }
a { background-color: rgb(191,201,251); }
div.DivClassName
{
background-color: #BFC9FB;
}
.BgClassName
{
background-color: #BFC9FB;
}
</style>
border-color css
<style>
span { border-color: #BFC9FB; }
span { border-color: rgb(191,201,251); }
td.TdClassName
{
border-color: #BFC9FB;
}
.TagClassName
{
border-color: #BFC9FB;
}
</style>