Shades of Lavender Blue #BBB8F8
Tints of Lavender Blue #BBB8F8
RGB
CMYK
RGB Variations
Color information
#BBB8F8 (or 0xBBB8F8) is known color: Lavender Blue. HEX triplet: BB, B8 and F8. RGB value is (187,184,248). Sum of RGB (Red+Green+Blue) = 187+184+248=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBB8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8F8 is #444707. Grayscale: #BFBFBF. Windows color (decimal): -4474632 or 16300219. OLE color: 16300219.
HSL color Cylindrical-coordinate representation of color #BBB8F8: hue angle of 242.81º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB8F8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 184 | 248 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.03 |
| HSL | 242.81º | 0.82% | 0.85% | - |
| HSV(B) | 242.81º | 0.26% | 0.97% | - |
| XYZ | 54.58 | 51.62 | 95.89 | - |
| YUV | 192.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 248 | 0.25 | 0.26 | 0 | 0.03 | 242.81 | 0.82 | 0.85 |
| Hex | BB | B8 | F8 | 19 | 1A | 0 | 3 | F3 | 52 | 55 |
| Octal | 273 | 270 | 370 | 31 | 32 | 0 | 3 | 363 | 122 | 125 |
| Binary | 10111011 | 10111000 | 11111000 | 11001 | 11010 | 0 | 11 | 11110011 | 1010010 | 1010101 |
Color Harmonies of #BBB8F8
Complementary color
Monochromatic Colors of #BBB8F8
Black with #BBB8F8
Text Example
Text Example
White with #BBB8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8F8; }
p { color: rgb(187,184,248); }
H1.HeaderClassName
{
color: #BBB8F8;
}
.AnyTagClassName
{
color: #BBB8F8;
}
</style>
background-color css
<style>
a { background-color: #BBB8F8; }
a { background-color: rgb(187,184,248); }
div.DivClassName
{
background-color: #BBB8F8;
}
.BgClassName
{
background-color: #BBB8F8;
}
</style>
border-color css
<style>
span { border-color: #BBB8F8; }
span { border-color: rgb(187,184,248); }
td.TdClassName
{
border-color: #BBB8F8;
}
.TagClassName
{
border-color: #BBB8F8;
}
</style>