Shades of Lavender Blue #BFC2F6
Tints of Lavender Blue #BFC2F6
RGB
CMYK
RGB Variations
Color information
#BFC2F6 (or 0xBFC2F6) is known color: Lavender Blue. HEX triplet: BF, C2 and F6. RGB value is (191,194,246). Sum of RGB (Red+Green+Blue) = 191+194+246=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFC2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F6 is #403D09. Grayscale: #C6C6C6. Windows color (decimal): -4209930 or 16171711. OLE color: 16171711.
HSL color Cylindrical-coordinate representation of color #BFC2F6: hue angle of 236.73º 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 #BFC2F6 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 194 | 246 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.04 |
| HSL | 236.73º | 0.75% | 0.86% | - |
| HSV(B) | 236.73º | 0.22% | 0.96% | - |
| XYZ | 57.41 | 56.31 | 95.03 | - |
| YUV | 199.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 246 | 0.22 | 0.21 | 0 | 0.04 | 236.73 | 0.75 | 0.86 |
| Hex | BF | C2 | F6 | 16 | 15 | 0 | 4 | ED | 4B | 56 |
| Octal | 277 | 302 | 366 | 26 | 25 | 0 | 4 | 355 | 113 | 126 |
| Binary | 10111111 | 11000010 | 11110110 | 10110 | 10101 | 0 | 100 | 11101101 | 1001011 | 1010110 |
Color Harmonies of #BFC2F6
Complementary color
Monochromatic Colors of #BFC2F6
Black with #BFC2F6
Text Example
Text Example
White with #BFC2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2F6; }
p { color: rgb(191,194,246); }
H1.HeaderClassName
{
color: #BFC2F6;
}
.AnyTagClassName
{
color: #BFC2F6;
}
</style>
background-color css
<style>
a { background-color: #BFC2F6; }
a { background-color: rgb(191,194,246); }
div.DivClassName
{
background-color: #BFC2F6;
}
.BgClassName
{
background-color: #BFC2F6;
}
</style>
border-color css
<style>
span { border-color: #BFC2F6; }
span { border-color: rgb(191,194,246); }
td.TdClassName
{
border-color: #BFC2F6;
}
.TagClassName
{
border-color: #BFC2F6;
}
</style>