Shades of Lavender Blue #BBB3FE
Tints of Lavender Blue #BBB3FE
RGB
CMYK
RGB Variations
Color information
#BBB3FE (or 0xBBB3FE) is known color: Lavender Blue. HEX triplet: BB, B3 and FE. RGB value is (187,179,254). Sum of RGB (Red+Green+Blue) = 187+179+254=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3FE is #444C01. Grayscale: #BDBDBD. Windows color (decimal): -4475906 or 16692155. OLE color: 16692155.
HSL color Cylindrical-coordinate representation of color #BBB3FE: hue angle of 246.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB3FE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 179 | 254 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.00 |
| HSL | 246.4º | 0.97% | 0.85% | - |
| HSV(B) | 246.4º | 0.3% | 1% | - |
| XYZ | 54.5 | 49.96 | 100.54 | - |
| YUV | 189.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 254 | 0.26 | 0.30 | 0 | 0.00 | 246.4 | 0.97 | 0.85 |
| Hex | BB | B3 | FE | 1A | 1E | 0 | 0 | F6 | 61 | 55 |
| Octal | 273 | 263 | 376 | 32 | 36 | 0 | 0 | 366 | 141 | 125 |
| Binary | 10111011 | 10110011 | 11111110 | 11010 | 11110 | 0 | 0 | 11110110 | 1100001 | 1010101 |
Color Harmonies of #BBB3FE
Complementary color
Monochromatic Colors of #BBB3FE
Black with #BBB3FE
Text Example
Text Example
White with #BBB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3FE; }
p { color: rgb(187,179,254); }
H1.HeaderClassName
{
color: #BBB3FE;
}
.AnyTagClassName
{
color: #BBB3FE;
}
</style>
background-color css
<style>
a { background-color: #BBB3FE; }
a { background-color: rgb(187,179,254); }
div.DivClassName
{
background-color: #BBB3FE;
}
.BgClassName
{
background-color: #BBB3FE;
}
</style>
border-color css
<style>
span { border-color: #BBB3FE; }
span { border-color: rgb(187,179,254); }
td.TdClassName
{
border-color: #BBB3FE;
}
.TagClassName
{
border-color: #BBB3FE;
}
</style>