Shades of Lavender Blue #BBC5FA
Tints of Lavender Blue #BBC5FA
RGB
CMYK
RGB Variations
Color information
#BBC5FA (or 0xBBC5FA) is known color: Lavender Blue. HEX triplet: BB, C5 and FA. RGB value is (187,197,250). Sum of RGB (Red+Green+Blue) = 187+197+250=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FA is #443A05. Grayscale: #C7C7C7. Windows color (decimal): -4471302 or 16434619. OLE color: 16434619.
HSL color Cylindrical-coordinate representation of color #BBC5FA: hue angle of 230.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC5FA is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 197 | 250 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.02 |
| HSL | 230.48º | 0.86% | 0.86% | - |
| HSV(B) | 230.48º | 0.25% | 0.98% | - |
| XYZ | 57.72 | 57.4 | 98.48 | - |
| YUV | 200.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 250 | 0.25 | 0.21 | 0 | 0.02 | 230.48 | 0.86 | 0.86 |
| Hex | BB | C5 | FA | 19 | 15 | 0 | 2 | E6 | 56 | 56 |
| Octal | 273 | 305 | 372 | 31 | 25 | 0 | 2 | 346 | 126 | 126 |
| Binary | 10111011 | 11000101 | 11111010 | 11001 | 10101 | 0 | 10 | 11100110 | 1010110 | 1010110 |
Color Harmonies of #BBC5FA
Complementary color
Monochromatic Colors of #BBC5FA
Black with #BBC5FA
Text Example
Text Example
White with #BBC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5FA; }
p { color: rgb(187,197,250); }
H1.HeaderClassName
{
color: #BBC5FA;
}
.AnyTagClassName
{
color: #BBC5FA;
}
</style>
background-color css
<style>
a { background-color: #BBC5FA; }
a { background-color: rgb(187,197,250); }
div.DivClassName
{
background-color: #BBC5FA;
}
.BgClassName
{
background-color: #BBC5FA;
}
</style>
border-color css
<style>
span { border-color: #BBC5FA; }
span { border-color: rgb(187,197,250); }
td.TdClassName
{
border-color: #BBC5FA;
}
.TagClassName
{
border-color: #BBC5FA;
}
</style>