Shades of Lavender Blue #BFC9F9
Tints of Lavender Blue #BFC9F9
RGB
CMYK
RGB Variations
Color information
#BFC9F9 (or 0xBFC9F9) is known color: Lavender Blue. HEX triplet: BF, C9 and F9. RGB value is (191,201,249). Sum of RGB (Red+Green+Blue) = 191+201+249=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9F9 is #403606. Grayscale: #CBCBCB. Windows color (decimal): -4208135 or 16370111. OLE color: 16370111.
HSL color Cylindrical-coordinate representation of color #BFC9F9: hue angle of 229.66º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC9F9 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 201 | 249 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.02 |
| HSL | 229.66º | 0.83% | 0.86% | - |
| HSV(B) | 229.66º | 0.23% | 0.98% | - |
| XYZ | 59.47 | 59.69 | 98.01 | - |
| YUV | 203.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 249 | 0.23 | 0.19 | 0 | 0.02 | 229.66 | 0.83 | 0.86 |
| Hex | BF | C9 | F9 | 17 | 13 | 0 | 2 | E6 | 53 | 56 |
| Octal | 277 | 311 | 371 | 27 | 23 | 0 | 2 | 346 | 123 | 126 |
| Binary | 10111111 | 11001001 | 11111001 | 10111 | 10011 | 0 | 10 | 11100110 | 1010011 | 1010110 |
Color Harmonies of #BFC9F9
Complementary color
Monochromatic Colors of #BFC9F9
Black with #BFC9F9
Text Example
Text Example
White with #BFC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9F9; }
p { color: rgb(191,201,249); }
H1.HeaderClassName
{
color: #BFC9F9;
}
.AnyTagClassName
{
color: #BFC9F9;
}
</style>
background-color css
<style>
a { background-color: #BFC9F9; }
a { background-color: rgb(191,201,249); }
div.DivClassName
{
background-color: #BFC9F9;
}
.BgClassName
{
background-color: #BFC9F9;
}
</style>
border-color css
<style>
span { border-color: #BFC9F9; }
span { border-color: rgb(191,201,249); }
td.TdClassName
{
border-color: #BFC9F9;
}
.TagClassName
{
border-color: #BFC9F9;
}
</style>