Shades of Lavender Blue #BFC1FC
Tints of Lavender Blue #BFC1FC
RGB
CMYK
RGB Variations
Color information
#BFC1FC (or 0xBFC1FC) is known color: Lavender Blue. HEX triplet: BF, C1 and FC. RGB value is (191,193,252). Sum of RGB (Red+Green+Blue) = 191+193+252=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1FC is #403E03. Grayscale: #C6C6C6. Windows color (decimal): -4210180 or 16564671. OLE color: 16564671.
HSL color Cylindrical-coordinate representation of color #BFC1FC: hue angle of 238.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC1FC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 193 | 252 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.01 |
| HSL | 238.03º | 0.91% | 0.87% | - |
| HSV(B) | 238.03º | 0.24% | 0.99% | - |
| XYZ | 58.13 | 56.24 | 99.89 | - |
| YUV | 199.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 252 | 0.24 | 0.23 | 0 | 0.01 | 238.03 | 0.91 | 0.87 |
| Hex | BF | C1 | FC | 18 | 17 | 0 | 1 | EE | 5B | 57 |
| Octal | 277 | 301 | 374 | 30 | 27 | 0 | 1 | 356 | 133 | 127 |
| Binary | 10111111 | 11000001 | 11111100 | 11000 | 10111 | 0 | 1 | 11101110 | 1011011 | 1010111 |
Color Harmonies of #BFC1FC
Complementary color
Monochromatic Colors of #BFC1FC
Black with #BFC1FC
Text Example
Text Example
White with #BFC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1FC; }
p { color: rgb(191,193,252); }
H1.HeaderClassName
{
color: #BFC1FC;
}
.AnyTagClassName
{
color: #BFC1FC;
}
</style>
background-color css
<style>
a { background-color: #BFC1FC; }
a { background-color: rgb(191,193,252); }
div.DivClassName
{
background-color: #BFC1FC;
}
.BgClassName
{
background-color: #BFC1FC;
}
</style>
border-color css
<style>
span { border-color: #BFC1FC; }
span { border-color: rgb(191,193,252); }
td.TdClassName
{
border-color: #BFC1FC;
}
.TagClassName
{
border-color: #BFC1FC;
}
</style>