Shades of Lavender Blue #BBBBFF
Tints of Lavender Blue #BBBBFF
RGB
CMYK
RGB Variations
Color information
#BBBBFF (or 0xBBBBFF) is known color: Lavender Blue. HEX triplet: BB, BB and FF. RGB value is (187,187,255). Sum of RGB (Red+Green+Blue) = 187+187+255=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBFF is #444400. Grayscale: #C2C2C2. Windows color (decimal): -4473857 or 16759739. OLE color: 16759739.
HSL color Cylindrical-coordinate representation of color #BBBBFF: hue angle of 240º 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 #BBBBFF is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 187 | 255 | - |
| CMYK | 0.27 | 0.27 | 0 | 0 |
| HSL | 240º | 1% | 0.87% | - |
| HSV(B) | 240º | 0.27% | 1% | - |
| XYZ | 56.31 | 53.33 | 101.93 | - |
| YUV | 194.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 255 | 0.27 | 0.27 | 0 | 0 | 240 | 1 | 0.87 |
| Hex | BB | BB | FF | 1B | 1B | 0 | 0 | F0 | 64 | 57 |
| Octal | 273 | 273 | 377 | 33 | 33 | 0 | 0 | 360 | 144 | 127 |
| Binary | 10111011 | 10111011 | 11111111 | 11011 | 11011 | 0 | 0 | 11110000 | 1100100 | 1010111 |
Color Harmonies of #BBBBFF
Complementary color
Monochromatic Colors of #BBBBFF
Black with #BBBBFF
Text Example
Text Example
White with #BBBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBFF; }
p { color: rgb(187,187,255); }
H1.HeaderClassName
{
color: #BBBBFF;
}
.AnyTagClassName
{
color: #BBBBFF;
}
</style>
background-color css
<style>
a { background-color: #BBBBFF; }
a { background-color: rgb(187,187,255); }
div.DivClassName
{
background-color: #BBBBFF;
}
.BgClassName
{
background-color: #BBBBFF;
}
</style>
border-color css
<style>
span { border-color: #BBBBFF; }
span { border-color: rgb(187,187,255); }
td.TdClassName
{
border-color: #BBBBFF;
}
.TagClassName
{
border-color: #BBBBFF;
}
</style>