Shades of Lavender Blue #BBB3FF
Tints of Lavender Blue #BBB3FF
RGB
CMYK
RGB Variations
Color information
#BBB3FF (or 0xBBB3FF) is known color: Lavender Blue. HEX triplet: BB, B3 and FF. RGB value is (187,179,255). Sum of RGB (Red+Green+Blue) = 187+179+255=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3FF is #444C00. Grayscale: #BDBDBD. Windows color (decimal): -4475905 or 16757691. OLE color: 16757691.
HSL color Cylindrical-coordinate representation of color #BBB3FF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB3FF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 179 | 255 | - |
| CMYK | 0.27 | 0.30 | 0 | 0 |
| HSL | 246.32º | 1% | 0.85% | - |
| HSV(B) | 246.32º | 0.3% | 1% | - |
| XYZ | 54.66 | 50.03 | 101.38 | - |
| YUV | 190.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 255 | 0.27 | 0.30 | 0 | 0 | 246.32 | 1 | 0.85 |
| Hex | BB | B3 | FF | 1B | 1E | 0 | 0 | F6 | 64 | 55 |
| Octal | 273 | 263 | 377 | 33 | 36 | 0 | 0 | 366 | 144 | 125 |
| Binary | 10111011 | 10110011 | 11111111 | 11011 | 11110 | 0 | 0 | 11110110 | 1100100 | 1010101 |
Color Harmonies of #BBB3FF
Complementary color
Monochromatic Colors of #BBB3FF
Black with #BBB3FF
Text Example
Text Example
White with #BBB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3FF; }
p { color: rgb(187,179,255); }
H1.HeaderClassName
{
color: #BBB3FF;
}
.AnyTagClassName
{
color: #BBB3FF;
}
</style>
background-color css
<style>
a { background-color: #BBB3FF; }
a { background-color: rgb(187,179,255); }
div.DivClassName
{
background-color: #BBB3FF;
}
.BgClassName
{
background-color: #BBB3FF;
}
</style>
border-color css
<style>
span { border-color: #BBB3FF; }
span { border-color: rgb(187,179,255); }
td.TdClassName
{
border-color: #BBB3FF;
}
.TagClassName
{
border-color: #BBB3FF;
}
</style>