Shades of Lavender Blue #BBB7F9
Tints of Lavender Blue #BBB7F9
RGB
CMYK
RGB Variations
Color information
#BBB7F9 (or 0xBBB7F9) is known color: Lavender Blue. HEX triplet: BB, B7 and F9. RGB value is (187,183,249). Sum of RGB (Red+Green+Blue) = 187+183+249=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBB7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7F9 is #444806. Grayscale: #BFBFBF. Windows color (decimal): -4474887 or 16365499. OLE color: 16365499.
HSL color Cylindrical-coordinate representation of color #BBB7F9: hue angle of 243.64º degrees, saturation: 0.85, 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 #BBB7F9 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 183 | 249 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.02 |
| HSL | 243.64º | 0.85% | 0.85% | - |
| HSV(B) | 243.64º | 0.27% | 0.98% | - |
| XYZ | 54.53 | 51.27 | 96.65 | - |
| YUV | 191.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 249 | 0.25 | 0.27 | 0 | 0.02 | 243.64 | 0.85 | 0.85 |
| Hex | BB | B7 | F9 | 19 | 1B | 0 | 2 | F4 | 55 | 55 |
| Octal | 273 | 267 | 371 | 31 | 33 | 0 | 2 | 364 | 125 | 125 |
| Binary | 10111011 | 10110111 | 11111001 | 11001 | 11011 | 0 | 10 | 11110100 | 1010101 | 1010101 |
Color Harmonies of #BBB7F9
Complementary color
Monochromatic Colors of #BBB7F9
Black with #BBB7F9
Text Example
Text Example
White with #BBB7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7F9; }
p { color: rgb(187,183,249); }
H1.HeaderClassName
{
color: #BBB7F9;
}
.AnyTagClassName
{
color: #BBB7F9;
}
</style>
background-color css
<style>
a { background-color: #BBB7F9; }
a { background-color: rgb(187,183,249); }
div.DivClassName
{
background-color: #BBB7F9;
}
.BgClassName
{
background-color: #BBB7F9;
}
</style>
border-color css
<style>
span { border-color: #BBB7F9; }
span { border-color: rgb(187,183,249); }
td.TdClassName
{
border-color: #BBB7F9;
}
.TagClassName
{
border-color: #BBB7F9;
}
</style>