Shades of Lavender Blue #BBB7FF
Tints of Lavender Blue #BBB7FF
RGB
CMYK
RGB Variations
Color information
#BBB7FF (or 0xBBB7FF) is known color: Lavender Blue. HEX triplet: BB, B7 and FF. RGB value is (187,183,255). Sum of RGB (Red+Green+Blue) = 187+183+255=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7FF is #444800. Grayscale: #C0C0C0. Windows color (decimal): -4474881 or 16758715. OLE color: 16758715.
HSL color Cylindrical-coordinate representation of color #BBB7FF: hue angle of 243.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB7FF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 183 | 255 | - |
| CMYK | 0.27 | 0.28 | 0 | 0 |
| HSL | 243.33º | 1% | 0.86% | - |
| HSV(B) | 243.33º | 0.28% | 1% | - |
| XYZ | 55.48 | 51.65 | 101.65 | - |
| YUV | 192.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 255 | 0.27 | 0.28 | 0 | 0 | 243.33 | 1 | 0.86 |
| Hex | BB | B7 | FF | 1B | 1C | 0 | 0 | F3 | 64 | 56 |
| Octal | 273 | 267 | 377 | 33 | 34 | 0 | 0 | 363 | 144 | 126 |
| Binary | 10111011 | 10110111 | 11111111 | 11011 | 11100 | 0 | 0 | 11110011 | 1100100 | 1010110 |
Color Harmonies of #BBB7FF
Complementary color
Monochromatic Colors of #BBB7FF
Black with #BBB7FF
Text Example
Text Example
White with #BBB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7FF; }
p { color: rgb(187,183,255); }
H1.HeaderClassName
{
color: #BBB7FF;
}
.AnyTagClassName
{
color: #BBB7FF;
}
</style>
background-color css
<style>
a { background-color: #BBB7FF; }
a { background-color: rgb(187,183,255); }
div.DivClassName
{
background-color: #BBB7FF;
}
.BgClassName
{
background-color: #BBB7FF;
}
</style>
border-color css
<style>
span { border-color: #BBB7FF; }
span { border-color: rgb(187,183,255); }
td.TdClassName
{
border-color: #BBB7FF;
}
.TagClassName
{
border-color: #BBB7FF;
}
</style>