Shades of Lavender Blue #BFB9FE
Tints of Lavender Blue #BFB9FE
RGB
CMYK
RGB Variations
Color information
#BFB9FE (or 0xBFB9FE) is known color: Lavender Blue. HEX triplet: BF, B9 and FE. RGB value is (191,185,254). Sum of RGB (Red+Green+Blue) = 191+185+254=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 185 (72.66% from 255 or 29.37% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9FE is #404601. Grayscale: #C2C2C2. Windows color (decimal): -4212226 or 16693695. OLE color: 16693695.
HSL color Cylindrical-coordinate representation of color #BFB9FE: hue angle of 245.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFB9FE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 185 | 254 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.00 |
| HSL | 245.22º | 0.97% | 0.86% | - |
| HSV(B) | 245.22º | 0.27% | 1% | - |
| XYZ | 56.72 | 52.93 | 100.99 | - |
| YUV | 194.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 254 | 0.25 | 0.27 | 0 | 0.00 | 245.22 | 0.97 | 0.86 |
| Hex | BF | B9 | FE | 19 | 1B | 0 | 0 | F5 | 61 | 56 |
| Octal | 277 | 271 | 376 | 31 | 33 | 0 | 0 | 365 | 141 | 126 |
| Binary | 10111111 | 10111001 | 11111110 | 11001 | 11011 | 0 | 0 | 11110101 | 1100001 | 1010110 |
Color Harmonies of #BFB9FE
Complementary color
Monochromatic Colors of #BFB9FE
Black with #BFB9FE
Text Example
Text Example
White with #BFB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB9FE; }
p { color: rgb(191,185,254); }
H1.HeaderClassName
{
color: #BFB9FE;
}
.AnyTagClassName
{
color: #BFB9FE;
}
</style>
background-color css
<style>
a { background-color: #BFB9FE; }
a { background-color: rgb(191,185,254); }
div.DivClassName
{
background-color: #BFB9FE;
}
.BgClassName
{
background-color: #BFB9FE;
}
</style>
border-color css
<style>
span { border-color: #BFB9FE; }
span { border-color: rgb(191,185,254); }
td.TdClassName
{
border-color: #BFB9FE;
}
.TagClassName
{
border-color: #BFB9FE;
}
</style>