Shades of Lavender Blue #BBB8FB
Tints of Lavender Blue #BBB8FB
RGB
CMYK
RGB Variations
Color information
#BBB8FB (or 0xBBB8FB) is known color: Lavender Blue. HEX triplet: BB, B8 and FB. RGB value is (187,184,251). Sum of RGB (Red+Green+Blue) = 187+184+251=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBB8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8FB is #444704. Grayscale: #C0C0C0. Windows color (decimal): -4474629 or 16496827. OLE color: 16496827.
HSL color Cylindrical-coordinate representation of color #BBB8FB: hue angle of 242.69º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB8FB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 184 | 251 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.02 |
| HSL | 242.69º | 0.89% | 0.85% | - |
| HSV(B) | 242.69º | 0.27% | 0.98% | - |
| XYZ | 55.05 | 51.81 | 98.37 | - |
| YUV | 192.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 251 | 0.25 | 0.27 | 0 | 0.02 | 242.69 | 0.89 | 0.85 |
| Hex | BB | B8 | FB | 19 | 1B | 0 | 2 | F3 | 59 | 55 |
| Octal | 273 | 270 | 373 | 31 | 33 | 0 | 2 | 363 | 131 | 125 |
| Binary | 10111011 | 10111000 | 11111011 | 11001 | 11011 | 0 | 10 | 11110011 | 1011001 | 1010101 |
Color Harmonies of #BBB8FB
Complementary color
Monochromatic Colors of #BBB8FB
Black with #BBB8FB
Text Example
Text Example
White with #BBB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8FB; }
p { color: rgb(187,184,251); }
H1.HeaderClassName
{
color: #BBB8FB;
}
.AnyTagClassName
{
color: #BBB8FB;
}
</style>
background-color css
<style>
a { background-color: #BBB8FB; }
a { background-color: rgb(187,184,251); }
div.DivClassName
{
background-color: #BBB8FB;
}
.BgClassName
{
background-color: #BBB8FB;
}
</style>
border-color css
<style>
span { border-color: #BBB8FB; }
span { border-color: rgb(187,184,251); }
td.TdClassName
{
border-color: #BBB8FB;
}
.TagClassName
{
border-color: #BBB8FB;
}
</style>