Shades of Lavender Blue #BFC4FE
Tints of Lavender Blue #BFC4FE
RGB
CMYK
RGB Variations
Color information
#BFC4FE (or 0xBFC4FE) is known color: Lavender Blue. HEX triplet: BF, C4 and FE. RGB value is (191,196,254). Sum of RGB (Red+Green+Blue) = 191+196+254=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4FE is #403B01. Grayscale: #C8C8C8. Windows color (decimal): -4209410 or 16696511. OLE color: 16696511.
HSL color Cylindrical-coordinate representation of color #BFC4FE: hue angle of 235.24º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC4FE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 196 | 254 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.00 |
| HSL | 235.24º | 0.97% | 0.87% | - |
| HSV(B) | 235.24º | 0.25% | 1% | - |
| XYZ | 59.12 | 57.71 | 101.79 | - |
| YUV | 201.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 254 | 0.25 | 0.23 | 0 | 0.00 | 235.24 | 0.97 | 0.87 |
| Hex | BF | C4 | FE | 19 | 17 | 0 | 0 | EB | 61 | 57 |
| Octal | 277 | 304 | 376 | 31 | 27 | 0 | 0 | 353 | 141 | 127 |
| Binary | 10111111 | 11000100 | 11111110 | 11001 | 10111 | 0 | 0 | 11101011 | 1100001 | 1010111 |
Color Harmonies of #BFC4FE
Complementary color
Monochromatic Colors of #BFC4FE
Black with #BFC4FE
Text Example
Text Example
White with #BFC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4FE; }
p { color: rgb(191,196,254); }
H1.HeaderClassName
{
color: #BFC4FE;
}
.AnyTagClassName
{
color: #BFC4FE;
}
</style>
background-color css
<style>
a { background-color: #BFC4FE; }
a { background-color: rgb(191,196,254); }
div.DivClassName
{
background-color: #BFC4FE;
}
.BgClassName
{
background-color: #BFC4FE;
}
</style>
border-color css
<style>
span { border-color: #BFC4FE; }
span { border-color: rgb(191,196,254); }
td.TdClassName
{
border-color: #BFC4FE;
}
.TagClassName
{
border-color: #BFC4FE;
}
</style>