Shades of Lavender Blue #BBC5FF
Tints of Lavender Blue #BBC5FF
RGB
CMYK
RGB Variations
Color information
#BBC5FF (or 0xBBC5FF) is known color: Lavender Blue. HEX triplet: BB, C5 and FF. RGB value is (187,197,255). Sum of RGB (Red+Green+Blue) = 187+197+255=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FF is #443A00. Grayscale: #C8C8C8. Windows color (decimal): -4471297 or 16762299. OLE color: 16762299.
HSL color Cylindrical-coordinate representation of color #BBC5FF: hue angle of 231.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC5FF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 197 | 255 | - |
| CMYK | 0.27 | 0.23 | 0 | 0 |
| HSL | 231.18º | 1% | 0.87% | - |
| HSV(B) | 231.18º | 0.27% | 1% | - |
| XYZ | 58.51 | 57.72 | 102.66 | - |
| YUV | 200.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 255 | 0.27 | 0.23 | 0 | 0 | 231.18 | 1 | 0.87 |
| Hex | BB | C5 | FF | 1B | 17 | 0 | 0 | E7 | 64 | 57 |
| Octal | 273 | 305 | 377 | 33 | 27 | 0 | 0 | 347 | 144 | 127 |
| Binary | 10111011 | 11000101 | 11111111 | 11011 | 10111 | 0 | 0 | 11100111 | 1100100 | 1010111 |
Color Harmonies of #BBC5FF
Complementary color
Monochromatic Colors of #BBC5FF
Black with #BBC5FF
Text Example
Text Example
White with #BBC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5FF; }
p { color: rgb(187,197,255); }
H1.HeaderClassName
{
color: #BBC5FF;
}
.AnyTagClassName
{
color: #BBC5FF;
}
</style>
background-color css
<style>
a { background-color: #BBC5FF; }
a { background-color: rgb(187,197,255); }
div.DivClassName
{
background-color: #BBC5FF;
}
.BgClassName
{
background-color: #BBC5FF;
}
</style>
border-color css
<style>
span { border-color: #BBC5FF; }
span { border-color: rgb(187,197,255); }
td.TdClassName
{
border-color: #BBC5FF;
}
.TagClassName
{
border-color: #BBC5FF;
}
</style>