Shades of Lavender Blue #BFB4FF
Tints of Lavender Blue #BFB4FF
RGB
CMYK
RGB Variations
Color information
#BFB4FF (or 0xBFB4FF) is known color: Lavender Blue. HEX triplet: BF, B4 and FF. RGB value is (191,180,255). Sum of RGB (Red+Green+Blue) = 191+180+255=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB4FF is #404B00. Grayscale: #BFBFBF. Windows color (decimal): -4213505 or 16757951. OLE color: 16757951.
HSL color Cylindrical-coordinate representation of color #BFB4FF: hue angle of 248.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB4FF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 180 | 255 | - |
| CMYK | 0.25 | 0.29 | 0 | 0 |
| HSL | 248.8º | 1% | 0.85% | - |
| HSV(B) | 248.8º | 0.29% | 1% | - |
| XYZ | 55.86 | 50.94 | 101.5 | - |
| YUV | 191.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 255 | 0.25 | 0.29 | 0 | 0 | 248.8 | 1 | 0.85 |
| Hex | BF | B4 | FF | 19 | 1D | 0 | 0 | F9 | 64 | 55 |
| Octal | 277 | 264 | 377 | 31 | 35 | 0 | 0 | 371 | 144 | 125 |
| Binary | 10111111 | 10110100 | 11111111 | 11001 | 11101 | 0 | 0 | 11111001 | 1100100 | 1010101 |
Color Harmonies of #BFB4FF
Complementary color
Monochromatic Colors of #BFB4FF
Black with #BFB4FF
Text Example
Text Example
White with #BFB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4FF; }
p { color: rgb(191,180,255); }
H1.HeaderClassName
{
color: #BFB4FF;
}
.AnyTagClassName
{
color: #BFB4FF;
}
</style>
background-color css
<style>
a { background-color: #BFB4FF; }
a { background-color: rgb(191,180,255); }
div.DivClassName
{
background-color: #BFB4FF;
}
.BgClassName
{
background-color: #BFB4FF;
}
</style>
border-color css
<style>
span { border-color: #BFB4FF; }
span { border-color: rgb(191,180,255); }
td.TdClassName
{
border-color: #BFB4FF;
}
.TagClassName
{
border-color: #BFB4FF;
}
</style>