Shades of Lavender Blue #BBBAFC
Tints of Lavender Blue #BBBAFC
RGB
CMYK
RGB Variations
Color information
#BBBAFC (or 0xBBBAFC) is known color: Lavender Blue. HEX triplet: BB, BA and FC. RGB value is (187,186,252). Sum of RGB (Red+Green+Blue) = 187+186+252=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAFC is #444503. Grayscale: #C1C1C1. Windows color (decimal): -4474116 or 16562875. OLE color: 16562875.
HSL color Cylindrical-coordinate representation of color #BBBAFC: hue angle of 240.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBAFC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 186 | 252 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.01 |
| HSL | 240.91º | 0.92% | 0.86% | - |
| HSV(B) | 240.91º | 0.26% | 0.99% | - |
| XYZ | 55.62 | 52.71 | 99.34 | - |
| YUV | 193.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 252 | 0.26 | 0.26 | 0 | 0.01 | 240.91 | 0.92 | 0.86 |
| Hex | BB | BA | FC | 1A | 1A | 0 | 1 | F1 | 5C | 56 |
| Octal | 273 | 272 | 374 | 32 | 32 | 0 | 1 | 361 | 134 | 126 |
| Binary | 10111011 | 10111010 | 11111100 | 11010 | 11010 | 0 | 1 | 11110001 | 1011100 | 1010110 |
Color Harmonies of #BBBAFC
Complementary color
Monochromatic Colors of #BBBAFC
Black with #BBBAFC
Text Example
Text Example
White with #BBBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAFC; }
p { color: rgb(187,186,252); }
H1.HeaderClassName
{
color: #BBBAFC;
}
.AnyTagClassName
{
color: #BBBAFC;
}
</style>
background-color css
<style>
a { background-color: #BBBAFC; }
a { background-color: rgb(187,186,252); }
div.DivClassName
{
background-color: #BBBAFC;
}
.BgClassName
{
background-color: #BBBAFC;
}
</style>
border-color css
<style>
span { border-color: #BBBAFC; }
span { border-color: rgb(187,186,252); }
td.TdClassName
{
border-color: #BBBAFC;
}
.TagClassName
{
border-color: #BBBAFC;
}
</style>