Shades of Lavender Blue #BFC5F6
Tints of Lavender Blue #BFC5F6
RGB
CMYK
RGB Variations
Color information
#BFC5F6 (or 0xBFC5F6) is known color: Lavender Blue. HEX triplet: BF, C5 and F6. RGB value is (191,197,246). Sum of RGB (Red+Green+Blue) = 191+197+246=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFC5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5F6 is #403A09. Grayscale: #C8C8C8. Windows color (decimal): -4209162 or 16172479. OLE color: 16172479.
HSL color Cylindrical-coordinate representation of color #BFC5F6: hue angle of 233.45º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC5F6 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 197 | 246 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.04 |
| HSL | 233.45º | 0.75% | 0.86% | - |
| HSV(B) | 233.45º | 0.22% | 0.96% | - |
| XYZ | 58.09 | 57.66 | 95.26 | - |
| YUV | 200.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 246 | 0.22 | 0.20 | 0 | 0.04 | 233.45 | 0.75 | 0.86 |
| Hex | BF | C5 | F6 | 16 | 14 | 0 | 4 | E9 | 4B | 56 |
| Octal | 277 | 305 | 366 | 26 | 24 | 0 | 4 | 351 | 113 | 126 |
| Binary | 10111111 | 11000101 | 11110110 | 10110 | 10100 | 0 | 100 | 11101001 | 1001011 | 1010110 |
Color Harmonies of #BFC5F6
Complementary color
Monochromatic Colors of #BFC5F6
Black with #BFC5F6
Text Example
Text Example
White with #BFC5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5F6; }
p { color: rgb(191,197,246); }
H1.HeaderClassName
{
color: #BFC5F6;
}
.AnyTagClassName
{
color: #BFC5F6;
}
</style>
background-color css
<style>
a { background-color: #BFC5F6; }
a { background-color: rgb(191,197,246); }
div.DivClassName
{
background-color: #BFC5F6;
}
.BgClassName
{
background-color: #BFC5F6;
}
</style>
border-color css
<style>
span { border-color: #BFC5F6; }
span { border-color: rgb(191,197,246); }
td.TdClassName
{
border-color: #BFC5F6;
}
.TagClassName
{
border-color: #BFC5F6;
}
</style>