Shades of Lavender Blue #BFBAFE
Tints of Lavender Blue #BFBAFE
RGB
CMYK
RGB Variations
Color information
#BFBAFE (or 0xBFBAFE) is known color: Lavender Blue. HEX triplet: BF, BA and FE. RGB value is (191,186,254). Sum of RGB (Red+Green+Blue) = 191+186+254=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAFE is #404501. Grayscale: #C2C2C2. Windows color (decimal): -4211970 or 16693951. OLE color: 16693951.
HSL color Cylindrical-coordinate representation of color #BFBAFE: hue angle of 244.41º 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 #BFBAFE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 186 | 254 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.00 |
| HSL | 244.41º | 0.97% | 0.86% | - |
| HSV(B) | 244.41º | 0.27% | 1% | - |
| XYZ | 56.93 | 53.35 | 101.06 | - |
| YUV | 195.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 254 | 0.25 | 0.27 | 0 | 0.00 | 244.41 | 0.97 | 0.86 |
| Hex | BF | BA | FE | 19 | 1B | 0 | 0 | F4 | 61 | 56 |
| Octal | 277 | 272 | 376 | 31 | 33 | 0 | 0 | 364 | 141 | 126 |
| Binary | 10111111 | 10111010 | 11111110 | 11001 | 11011 | 0 | 0 | 11110100 | 1100001 | 1010110 |
Color Harmonies of #BFBAFE
Complementary color
Monochromatic Colors of #BFBAFE
Black with #BFBAFE
Text Example
Text Example
White with #BFBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAFE; }
p { color: rgb(191,186,254); }
H1.HeaderClassName
{
color: #BFBAFE;
}
.AnyTagClassName
{
color: #BFBAFE;
}
</style>
background-color css
<style>
a { background-color: #BFBAFE; }
a { background-color: rgb(191,186,254); }
div.DivClassName
{
background-color: #BFBAFE;
}
.BgClassName
{
background-color: #BFBAFE;
}
</style>
border-color css
<style>
span { border-color: #BFBAFE; }
span { border-color: rgb(191,186,254); }
td.TdClassName
{
border-color: #BFBAFE;
}
.TagClassName
{
border-color: #BFBAFE;
}
</style>