Shades of Lavender Blue #BFC5FE
Tints of Lavender Blue #BFC5FE
RGB
CMYK
RGB Variations
Color information
#BFC5FE (or 0xBFC5FE) is known color: Lavender Blue. HEX triplet: BF, C5 and FE. RGB value is (191,197,254). Sum of RGB (Red+Green+Blue) = 191+197+254=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FE is #403A01. Grayscale: #C9C9C9. Windows color (decimal): -4209154 or 16696767. OLE color: 16696767.
HSL color Cylindrical-coordinate representation of color #BFC5FE: hue angle of 234.29º 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 #BFC5FE is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 197 | 254 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.00 |
| HSL | 234.29º | 0.97% | 0.87% | - |
| HSV(B) | 234.29º | 0.25% | 1% | - |
| XYZ | 59.34 | 58.16 | 101.87 | - |
| YUV | 201.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 254 | 0.25 | 0.22 | 0 | 0.00 | 234.29 | 0.97 | 0.87 |
| Hex | BF | C5 | FE | 19 | 16 | 0 | 0 | EA | 61 | 57 |
| Octal | 277 | 305 | 376 | 31 | 26 | 0 | 0 | 352 | 141 | 127 |
| Binary | 10111111 | 11000101 | 11111110 | 11001 | 10110 | 0 | 0 | 11101010 | 1100001 | 1010111 |
Color Harmonies of #BFC5FE
Complementary color
Monochromatic Colors of #BFC5FE
Black with #BFC5FE
Text Example
Text Example
White with #BFC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5FE; }
p { color: rgb(191,197,254); }
H1.HeaderClassName
{
color: #BFC5FE;
}
.AnyTagClassName
{
color: #BFC5FE;
}
</style>
background-color css
<style>
a { background-color: #BFC5FE; }
a { background-color: rgb(191,197,254); }
div.DivClassName
{
background-color: #BFC5FE;
}
.BgClassName
{
background-color: #BFC5FE;
}
</style>
border-color css
<style>
span { border-color: #BFC5FE; }
span { border-color: rgb(191,197,254); }
td.TdClassName
{
border-color: #BFC5FE;
}
.TagClassName
{
border-color: #BFC5FE;
}
</style>