Shades of Lavender Blue #BFC0F7
Tints of Lavender Blue #BFC0F7
RGB
CMYK
RGB Variations
Color information
#BFC0F7 (or 0xBFC0F7) is known color: Lavender Blue. HEX triplet: BF, C0 and F7. RGB value is (191,192,247). Sum of RGB (Red+Green+Blue) = 191+192+247=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0F7 is #403F08. Grayscale: #C5C5C5. Windows color (decimal): -4210441 or 16236735. OLE color: 16236735.
HSL color Cylindrical-coordinate representation of color #BFC0F7: hue angle of 238.93º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC0F7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 192 | 247 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.03 |
| HSL | 238.93º | 0.78% | 0.86% | - |
| HSV(B) | 238.93º | 0.23% | 0.97% | - |
| XYZ | 57.12 | 55.49 | 95.7 | - |
| YUV | 197.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 247 | 0.23 | 0.22 | 0 | 0.03 | 238.93 | 0.78 | 0.86 |
| Hex | BF | C0 | F7 | 17 | 16 | 0 | 3 | EF | 4E | 56 |
| Octal | 277 | 300 | 367 | 27 | 26 | 0 | 3 | 357 | 116 | 126 |
| Binary | 10111111 | 11000000 | 11110111 | 10111 | 10110 | 0 | 11 | 11101111 | 1001110 | 1010110 |
Color Harmonies of #BFC0F7
Complementary color
Monochromatic Colors of #BFC0F7
Black with #BFC0F7
Text Example
Text Example
White with #BFC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0F7; }
p { color: rgb(191,192,247); }
H1.HeaderClassName
{
color: #BFC0F7;
}
.AnyTagClassName
{
color: #BFC0F7;
}
</style>
background-color css
<style>
a { background-color: #BFC0F7; }
a { background-color: rgb(191,192,247); }
div.DivClassName
{
background-color: #BFC0F7;
}
.BgClassName
{
background-color: #BFC0F7;
}
</style>
border-color css
<style>
span { border-color: #BFC0F7; }
span { border-color: rgb(191,192,247); }
td.TdClassName
{
border-color: #BFC0F7;
}
.TagClassName
{
border-color: #BFC0F7;
}
</style>