Shades of Lavender Blue #BBBAFF
Tints of Lavender Blue #BBBAFF
RGB
CMYK
RGB Variations
Color information
#BBBAFF (or 0xBBBAFF) is known color: Lavender Blue. HEX triplet: BB, BA and FF. RGB value is (187,186,255). Sum of RGB (Red+Green+Blue) = 187+186+255=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAFF is #444500. Grayscale: #C1C1C1. Windows color (decimal): -4474113 or 16759483. OLE color: 16759483.
HSL color Cylindrical-coordinate representation of color #BBBAFF: hue angle of 240.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBBAFF is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 186 | 255 | - |
| CMYK | 0.27 | 0.27 | 0 | 0 |
| HSL | 240.87º | 1% | 0.86% | - |
| HSV(B) | 240.87º | 0.27% | 1% | - |
| XYZ | 56.1 | 52.9 | 101.86 | - |
| YUV | 194.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 255 | 0.27 | 0.27 | 0 | 0 | 240.87 | 1 | 0.86 |
| Hex | BB | BA | FF | 1B | 1B | 0 | 0 | F1 | 64 | 56 |
| Octal | 273 | 272 | 377 | 33 | 33 | 0 | 0 | 361 | 144 | 126 |
| Binary | 10111011 | 10111010 | 11111111 | 11011 | 11011 | 0 | 0 | 11110001 | 1100100 | 1010110 |
Color Harmonies of #BBBAFF
Complementary color
Monochromatic Colors of #BBBAFF
Black with #BBBAFF
Text Example
Text Example
White with #BBBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAFF; }
p { color: rgb(187,186,255); }
H1.HeaderClassName
{
color: #BBBAFF;
}
.AnyTagClassName
{
color: #BBBAFF;
}
</style>
background-color css
<style>
a { background-color: #BBBAFF; }
a { background-color: rgb(187,186,255); }
div.DivClassName
{
background-color: #BBBAFF;
}
.BgClassName
{
background-color: #BBBAFF;
}
</style>
border-color css
<style>
span { border-color: #BBBAFF; }
span { border-color: rgb(187,186,255); }
td.TdClassName
{
border-color: #BBBAFF;
}
.TagClassName
{
border-color: #BBBAFF;
}
</style>