Shades of Lavender Blue #BBB7FE
Tints of Lavender Blue #BBB7FE
RGB
CMYK
RGB Variations
Color information
#BBB7FE (or 0xBBB7FE) is known color: Lavender Blue. HEX triplet: BB, B7 and FE. RGB value is (187,183,254). Sum of RGB (Red+Green+Blue) = 187+183+254=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7FE is #444801. Grayscale: #C0C0C0. Windows color (decimal): -4474882 or 16693179. OLE color: 16693179.
HSL color Cylindrical-coordinate representation of color #BBB7FE: hue angle of 243.38º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB7FE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 183 | 254 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.00 |
| HSL | 243.38º | 0.97% | 0.86% | - |
| HSV(B) | 243.38º | 0.28% | 1% | - |
| XYZ | 55.32 | 51.59 | 100.81 | - |
| YUV | 192.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 254 | 0.26 | 0.28 | 0 | 0.00 | 243.38 | 0.97 | 0.86 |
| Hex | BB | B7 | FE | 1A | 1C | 0 | 0 | F3 | 61 | 56 |
| Octal | 273 | 267 | 376 | 32 | 34 | 0 | 0 | 363 | 141 | 126 |
| Binary | 10111011 | 10110111 | 11111110 | 11010 | 11100 | 0 | 0 | 11110011 | 1100001 | 1010110 |
Color Harmonies of #BBB7FE
Complementary color
Monochromatic Colors of #BBB7FE
Black with #BBB7FE
Text Example
Text Example
White with #BBB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7FE; }
p { color: rgb(187,183,254); }
H1.HeaderClassName
{
color: #BBB7FE;
}
.AnyTagClassName
{
color: #BBB7FE;
}
</style>
background-color css
<style>
a { background-color: #BBB7FE; }
a { background-color: rgb(187,183,254); }
div.DivClassName
{
background-color: #BBB7FE;
}
.BgClassName
{
background-color: #BBB7FE;
}
</style>
border-color css
<style>
span { border-color: #BBB7FE; }
span { border-color: rgb(187,183,254); }
td.TdClassName
{
border-color: #BBB7FE;
}
.TagClassName
{
border-color: #BBB7FE;
}
</style>