Shades of Lavender Blue #BFC5FD
Tints of Lavender Blue #BFC5FD
RGB
CMYK
RGB Variations
Color information
#BFC5FD (or 0xBFC5FD) is known color: Lavender Blue. HEX triplet: BF, C5 and FD. RGB value is (191,197,253). Sum of RGB (Red+Green+Blue) = 191+197+253=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5FD is #403A02. Grayscale: #C9C9C9. Windows color (decimal): -4209155 or 16631231. OLE color: 16631231.
HSL color Cylindrical-coordinate representation of color #BFC5FD: hue angle of 234.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC5FD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 197 | 253 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.01 |
| HSL | 234.19º | 0.94% | 0.87% | - |
| HSV(B) | 234.19º | 0.25% | 0.99% | - |
| XYZ | 59.18 | 58.1 | 101.02 | - |
| YUV | 201.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 253 | 0.25 | 0.22 | 0 | 0.01 | 234.19 | 0.94 | 0.87 |
| Hex | BF | C5 | FD | 19 | 16 | 0 | 1 | EA | 5E | 57 |
| Octal | 277 | 305 | 375 | 31 | 26 | 0 | 1 | 352 | 136 | 127 |
| Binary | 10111111 | 11000101 | 11111101 | 11001 | 10110 | 0 | 1 | 11101010 | 1011110 | 1010111 |
Color Harmonies of #BFC5FD
Complementary color
Monochromatic Colors of #BFC5FD
Black with #BFC5FD
Text Example
Text Example
White with #BFC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5FD; }
p { color: rgb(191,197,253); }
H1.HeaderClassName
{
color: #BFC5FD;
}
.AnyTagClassName
{
color: #BFC5FD;
}
</style>
background-color css
<style>
a { background-color: #BFC5FD; }
a { background-color: rgb(191,197,253); }
div.DivClassName
{
background-color: #BFC5FD;
}
.BgClassName
{
background-color: #BFC5FD;
}
</style>
border-color css
<style>
span { border-color: #BFC5FD; }
span { border-color: rgb(191,197,253); }
td.TdClassName
{
border-color: #BFC5FD;
}
.TagClassName
{
border-color: #BFC5FD;
}
</style>