Shades of Lavender Blue #BBB6FE
Tints of Lavender Blue #BBB6FE
RGB
CMYK
RGB Variations
Color information
#BBB6FE (or 0xBBB6FE) is known color: Lavender Blue. HEX triplet: BB, B6 and FE. RGB value is (187,182,254). Sum of RGB (Red+Green+Blue) = 187+182+254=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6FE is #444901. Grayscale: #BFBFBF. Windows color (decimal): -4475138 or 16692923. OLE color: 16692923.
HSL color Cylindrical-coordinate representation of color #BBB6FE: hue angle of 244.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBB6FE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 182 | 254 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.00 |
| HSL | 244.17º | 0.97% | 0.85% | - |
| HSV(B) | 244.17º | 0.28% | 1% | - |
| XYZ | 55.11 | 51.18 | 100.74 | - |
| YUV | 191.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 254 | 0.26 | 0.28 | 0 | 0.00 | 244.17 | 0.97 | 0.85 |
| Hex | BB | B6 | FE | 1A | 1C | 0 | 0 | F4 | 61 | 55 |
| Octal | 273 | 266 | 376 | 32 | 34 | 0 | 0 | 364 | 141 | 125 |
| Binary | 10111011 | 10110110 | 11111110 | 11010 | 11100 | 0 | 0 | 11110100 | 1100001 | 1010101 |
Color Harmonies of #BBB6FE
Complementary color
Monochromatic Colors of #BBB6FE
Black with #BBB6FE
Text Example
Text Example
White with #BBB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6FE; }
p { color: rgb(187,182,254); }
H1.HeaderClassName
{
color: #BBB6FE;
}
.AnyTagClassName
{
color: #BBB6FE;
}
</style>
background-color css
<style>
a { background-color: #BBB6FE; }
a { background-color: rgb(187,182,254); }
div.DivClassName
{
background-color: #BBB6FE;
}
.BgClassName
{
background-color: #BBB6FE;
}
</style>
border-color css
<style>
span { border-color: #BBB6FE; }
span { border-color: rgb(187,182,254); }
td.TdClassName
{
border-color: #BBB6FE;
}
.TagClassName
{
border-color: #BBB6FE;
}
</style>