Shades of Lavender Blue #BBAEFF
Tints of Lavender Blue #BBAEFF
RGB
CMYK
RGB Variations
Color information
#BBAEFF (or 0xBBAEFF) is known color: Lavender Blue. HEX triplet: BB, AE and FF. RGB value is (187,174,255). Sum of RGB (Red+Green+Blue) = 187+174+255=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFF is #445100. Grayscale: #BABABA. Windows color (decimal): -4477185 or 16756411. OLE color: 16756411.
HSL color Cylindrical-coordinate representation of color #BBAEFF: hue angle of 249.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBAEFF is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 174 | 255 | - |
| CMYK | 0.27 | 0.32 | 0 | 0 |
| HSL | 249.63º | 1% | 0.84% | - |
| HSV(B) | 249.63º | 0.32% | 1% | - |
| XYZ | 53.68 | 48.06 | 101.05 | - |
| YUV | 187.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 255 | 0.27 | 0.32 | 0 | 0 | 249.63 | 1 | 0.84 |
| Hex | BB | AE | FF | 1B | 20 | 0 | 0 | FA | 64 | 54 |
| Octal | 273 | 256 | 377 | 33 | 40 | 0 | 0 | 372 | 144 | 124 |
| Binary | 10111011 | 10101110 | 11111111 | 11011 | 100000 | 0 | 0 | 11111010 | 1100100 | 1010100 |
Color Harmonies of #BBAEFF
Complementary color
Monochromatic Colors of #BBAEFF
Black with #BBAEFF
Text Example
Text Example
White with #BBAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEFF; }
p { color: rgb(187,174,255); }
H1.HeaderClassName
{
color: #BBAEFF;
}
.AnyTagClassName
{
color: #BBAEFF;
}
</style>
background-color css
<style>
a { background-color: #BBAEFF; }
a { background-color: rgb(187,174,255); }
div.DivClassName
{
background-color: #BBAEFF;
}
.BgClassName
{
background-color: #BBAEFF;
}
</style>
border-color css
<style>
span { border-color: #BBAEFF; }
span { border-color: rgb(187,174,255); }
td.TdClassName
{
border-color: #BBAEFF;
}
.TagClassName
{
border-color: #BBAEFF;
}
</style>