Shades of Lavender Blue #BFBBFF
Tints of Lavender Blue #BFBBFF
RGB
CMYK
RGB Variations
Color information
#BFBBFF (or 0xBFBBFF) is known color: Lavender Blue. HEX triplet: BF, BB and FF. RGB value is (191,187,255). Sum of RGB (Red+Green+Blue) = 191+187+255=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBFF is #404400. Grayscale: #C3C3C3. Windows color (decimal): -4211713 or 16759743. OLE color: 16759743.
HSL color Cylindrical-coordinate representation of color #BFBBFF: hue angle of 243.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFBBFF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 187 | 255 | - |
| CMYK | 0.25 | 0.27 | 0 | 0 |
| HSL | 243.53º | 1% | 0.87% | - |
| HSV(B) | 243.53º | 0.27% | 1% | - |
| XYZ | 57.31 | 53.84 | 101.98 | - |
| YUV | 195.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 255 | 0.25 | 0.27 | 0 | 0 | 243.53 | 1 | 0.87 |
| Hex | BF | BB | FF | 19 | 1B | 0 | 0 | F4 | 64 | 57 |
| Octal | 277 | 273 | 377 | 31 | 33 | 0 | 0 | 364 | 144 | 127 |
| Binary | 10111111 | 10111011 | 11111111 | 11001 | 11011 | 0 | 0 | 11110100 | 1100100 | 1010111 |
Color Harmonies of #BFBBFF
Complementary color
Monochromatic Colors of #BFBBFF
Black with #BFBBFF
Text Example
Text Example
White with #BFBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBFF; }
p { color: rgb(191,187,255); }
H1.HeaderClassName
{
color: #BFBBFF;
}
.AnyTagClassName
{
color: #BFBBFF;
}
</style>
background-color css
<style>
a { background-color: #BFBBFF; }
a { background-color: rgb(191,187,255); }
div.DivClassName
{
background-color: #BFBBFF;
}
.BgClassName
{
background-color: #BFBBFF;
}
</style>
border-color css
<style>
span { border-color: #BFBBFF; }
span { border-color: rgb(191,187,255); }
td.TdClassName
{
border-color: #BFBBFF;
}
.TagClassName
{
border-color: #BFBBFF;
}
</style>