Shades of Lavender Blue #BFBAFD
Tints of Lavender Blue #BFBAFD
RGB
CMYK
RGB Variations
Color information
#BFBAFD (or 0xBFBAFD) is known color: Lavender Blue. HEX triplet: BF, BA and FD. RGB value is (191,186,253). Sum of RGB (Red+Green+Blue) = 191+186+253=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAFD is #404502. Grayscale: #C2C2C2. Windows color (decimal): -4211971 or 16628415. OLE color: 16628415.
HSL color Cylindrical-coordinate representation of color #BFBAFD: hue angle of 244.48º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBAFD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 186 | 253 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.01 |
| HSL | 244.48º | 0.94% | 0.86% | - |
| HSV(B) | 244.48º | 0.26% | 0.99% | - |
| XYZ | 56.77 | 53.29 | 100.22 | - |
| YUV | 195.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 253 | 0.25 | 0.26 | 0 | 0.01 | 244.48 | 0.94 | 0.86 |
| Hex | BF | BA | FD | 19 | 1A | 0 | 1 | F4 | 5E | 56 |
| Octal | 277 | 272 | 375 | 31 | 32 | 0 | 1 | 364 | 136 | 126 |
| Binary | 10111111 | 10111010 | 11111101 | 11001 | 11010 | 0 | 1 | 11110100 | 1011110 | 1010110 |
Color Harmonies of #BFBAFD
Complementary color
Monochromatic Colors of #BFBAFD
Black with #BFBAFD
Text Example
Text Example
White with #BFBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAFD; }
p { color: rgb(191,186,253); }
H1.HeaderClassName
{
color: #BFBAFD;
}
.AnyTagClassName
{
color: #BFBAFD;
}
</style>
background-color css
<style>
a { background-color: #BFBAFD; }
a { background-color: rgb(191,186,253); }
div.DivClassName
{
background-color: #BFBAFD;
}
.BgClassName
{
background-color: #BFBAFD;
}
</style>
border-color css
<style>
span { border-color: #BFBAFD; }
span { border-color: rgb(191,186,253); }
td.TdClassName
{
border-color: #BFBAFD;
}
.TagClassName
{
border-color: #BFBAFD;
}
</style>