Shades of Lavender Blue #BFC0F3
Tints of Lavender Blue #BFC0F3
RGB
CMYK
RGB Variations
Color information
#BFC0F3 (or 0xBFC0F3) is known color: Lavender Blue. HEX triplet: BF, C0 and F3. RGB value is (191,192,243). Sum of RGB (Red+Green+Blue) = 191+192+243=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC0F3 is #403F0C. Grayscale: #C5C5C5. Windows color (decimal): -4210445 or 15974591. OLE color: 15974591.
HSL color Cylindrical-coordinate representation of color #BFC0F3: hue angle of 238.85º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC0F3 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 192 | 243 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.05 |
| HSL | 238.85º | 0.68% | 0.85% | - |
| HSV(B) | 238.85º | 0.21% | 0.95% | - |
| XYZ | 56.51 | 55.25 | 92.48 | - |
| YUV | 197.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 243 | 0.21 | 0.21 | 0 | 0.05 | 238.85 | 0.68 | 0.85 |
| Hex | BF | C0 | F3 | 15 | 15 | 0 | 5 | EF | 44 | 55 |
| Octal | 277 | 300 | 363 | 25 | 25 | 0 | 5 | 357 | 104 | 125 |
| Binary | 10111111 | 11000000 | 11110011 | 10101 | 10101 | 0 | 101 | 11101111 | 1000100 | 1010101 |
Color Harmonies of #BFC0F3
Complementary color
Monochromatic Colors of #BFC0F3
Black with #BFC0F3
Text Example
Text Example
White with #BFC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0F3; }
p { color: rgb(191,192,243); }
H1.HeaderClassName
{
color: #BFC0F3;
}
.AnyTagClassName
{
color: #BFC0F3;
}
</style>
background-color css
<style>
a { background-color: #BFC0F3; }
a { background-color: rgb(191,192,243); }
div.DivClassName
{
background-color: #BFC0F3;
}
.BgClassName
{
background-color: #BFC0F3;
}
</style>
border-color css
<style>
span { border-color: #BFC0F3; }
span { border-color: rgb(191,192,243); }
td.TdClassName
{
border-color: #BFC0F3;
}
.TagClassName
{
border-color: #BFC0F3;
}
</style>