Shades of Lavender Blue #BBB8FE
Tints of Lavender Blue #BBB8FE
RGB
CMYK
RGB Variations
Color information
#BBB8FE (or 0xBBB8FE) is known color: Lavender Blue. HEX triplet: BB, B8 and FE. RGB value is (187,184,254). Sum of RGB (Red+Green+Blue) = 187+184+254=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8FE is #444701. Grayscale: #C0C0C0. Windows color (decimal): -4474626 or 16693435. OLE color: 16693435.
HSL color Cylindrical-coordinate representation of color #BBB8FE: hue angle of 242.57º 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 #BBB8FE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 184 | 254 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.00 |
| HSL | 242.57º | 0.97% | 0.86% | - |
| HSV(B) | 242.57º | 0.28% | 1% | - |
| XYZ | 55.52 | 52 | 100.88 | - |
| YUV | 192.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 254 | 0.26 | 0.28 | 0 | 0.00 | 242.57 | 0.97 | 0.86 |
| Hex | BB | B8 | FE | 1A | 1C | 0 | 0 | F3 | 61 | 56 |
| Octal | 273 | 270 | 376 | 32 | 34 | 0 | 0 | 363 | 141 | 126 |
| Binary | 10111011 | 10111000 | 11111110 | 11010 | 11100 | 0 | 0 | 11110011 | 1100001 | 1010110 |
Color Harmonies of #BBB8FE
Complementary color
Monochromatic Colors of #BBB8FE
Black with #BBB8FE
Text Example
Text Example
White with #BBB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8FE; }
p { color: rgb(187,184,254); }
H1.HeaderClassName
{
color: #BBB8FE;
}
.AnyTagClassName
{
color: #BBB8FE;
}
</style>
background-color css
<style>
a { background-color: #BBB8FE; }
a { background-color: rgb(187,184,254); }
div.DivClassName
{
background-color: #BBB8FE;
}
.BgClassName
{
background-color: #BBB8FE;
}
</style>
border-color css
<style>
span { border-color: #BBB8FE; }
span { border-color: rgb(187,184,254); }
td.TdClassName
{
border-color: #BBB8FE;
}
.TagClassName
{
border-color: #BBB8FE;
}
</style>