Shades of Lavender Blue #BBB5FE
Tints of Lavender Blue #BBB5FE
RGB
CMYK
RGB Variations
Color information
#BBB5FE (or 0xBBB5FE) is known color: Lavender Blue. HEX triplet: BB, B5 and FE. RGB value is (187,181,254). Sum of RGB (Red+Green+Blue) = 187+181+254=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5FE is #444A01. Grayscale: #BEBEBE. Windows color (decimal): -4475394 or 16692667. OLE color: 16692667.
HSL color Cylindrical-coordinate representation of color #BBB5FE: hue angle of 244.93º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB5FE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 181 | 254 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.00 |
| HSL | 244.93º | 0.97% | 0.85% | - |
| HSV(B) | 244.93º | 0.29% | 1% | - |
| XYZ | 54.91 | 50.77 | 100.67 | - |
| YUV | 191.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 254 | 0.26 | 0.29 | 0 | 0.00 | 244.93 | 0.97 | 0.85 |
| Hex | BB | B5 | FE | 1A | 1D | 0 | 0 | F5 | 61 | 55 |
| Octal | 273 | 265 | 376 | 32 | 35 | 0 | 0 | 365 | 141 | 125 |
| Binary | 10111011 | 10110101 | 11111110 | 11010 | 11101 | 0 | 0 | 11110101 | 1100001 | 1010101 |
Color Harmonies of #BBB5FE
Complementary color
Monochromatic Colors of #BBB5FE
Black with #BBB5FE
Text Example
Text Example
White with #BBB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5FE; }
p { color: rgb(187,181,254); }
H1.HeaderClassName
{
color: #BBB5FE;
}
.AnyTagClassName
{
color: #BBB5FE;
}
</style>
background-color css
<style>
a { background-color: #BBB5FE; }
a { background-color: rgb(187,181,254); }
div.DivClassName
{
background-color: #BBB5FE;
}
.BgClassName
{
background-color: #BBB5FE;
}
</style>
border-color css
<style>
span { border-color: #BBB5FE; }
span { border-color: rgb(187,181,254); }
td.TdClassName
{
border-color: #BBB5FE;
}
.TagClassName
{
border-color: #BBB5FE;
}
</style>