Shades of Lavender Blue #BFBDFE
Tints of Lavender Blue #BFBDFE
RGB
CMYK
RGB Variations
Color information
#BFBDFE (or 0xBFBDFE) is known color: Lavender Blue. HEX triplet: BF, BD and FE. RGB value is (191,189,254). Sum of RGB (Red+Green+Blue) = 191+189+254=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDFE is #404201. Grayscale: #C4C4C4. Windows color (decimal): -4211202 or 16694719. OLE color: 16694719.
HSL color Cylindrical-coordinate representation of color #BFBDFE: hue angle of 241.85º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBDFE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 189 | 254 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.00 |
| HSL | 241.85º | 0.97% | 0.87% | - |
| HSV(B) | 241.85º | 0.26% | 1% | - |
| XYZ | 57.57 | 54.63 | 101.28 | - |
| YUV | 197.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 254 | 0.25 | 0.26 | 0 | 0.00 | 241.85 | 0.97 | 0.87 |
| Hex | BF | BD | FE | 19 | 1A | 0 | 0 | F2 | 61 | 57 |
| Octal | 277 | 275 | 376 | 31 | 32 | 0 | 0 | 362 | 141 | 127 |
| Binary | 10111111 | 10111101 | 11111110 | 11001 | 11010 | 0 | 0 | 11110010 | 1100001 | 1010111 |
Color Harmonies of #BFBDFE
Complementary color
Monochromatic Colors of #BFBDFE
Black with #BFBDFE
Text Example
Text Example
White with #BFBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDFE; }
p { color: rgb(191,189,254); }
H1.HeaderClassName
{
color: #BFBDFE;
}
.AnyTagClassName
{
color: #BFBDFE;
}
</style>
background-color css
<style>
a { background-color: #BFBDFE; }
a { background-color: rgb(191,189,254); }
div.DivClassName
{
background-color: #BFBDFE;
}
.BgClassName
{
background-color: #BFBDFE;
}
</style>
border-color css
<style>
span { border-color: #BFBDFE; }
span { border-color: rgb(191,189,254); }
td.TdClassName
{
border-color: #BFBDFE;
}
.TagClassName
{
border-color: #BFBDFE;
}
</style>