Shades of Lavender Blue #BBC1FE
Tints of Lavender Blue #BBC1FE
RGB
CMYK
RGB Variations
Color information
#BBC1FE (or 0xBBC1FE) is known color: Lavender Blue. HEX triplet: BB, C1 and FE. RGB value is (187,193,254). Sum of RGB (Red+Green+Blue) = 187+193+254=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FE is #443E01. Grayscale: #C5C5C5. Windows color (decimal): -4472322 or 16695739. OLE color: 16695739.
HSL color Cylindrical-coordinate representation of color #BBC1FE: hue angle of 234.63º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC1FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 193 | 254 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.00 |
| HSL | 234.63º | 0.97% | 0.86% | - |
| HSV(B) | 234.63º | 0.26% | 1% | - |
| XYZ | 57.45 | 55.86 | 101.52 | - |
| YUV | 198.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 254 | 0.26 | 0.24 | 0 | 0.00 | 234.63 | 0.97 | 0.86 |
| Hex | BB | C1 | FE | 1A | 18 | 0 | 0 | EB | 61 | 56 |
| Octal | 273 | 301 | 376 | 32 | 30 | 0 | 0 | 353 | 141 | 126 |
| Binary | 10111011 | 11000001 | 11111110 | 11010 | 11000 | 0 | 0 | 11101011 | 1100001 | 1010110 |
Color Harmonies of #BBC1FE
Complementary color
Monochromatic Colors of #BBC1FE
Black with #BBC1FE
Text Example
Text Example
White with #BBC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1FE; }
p { color: rgb(187,193,254); }
H1.HeaderClassName
{
color: #BBC1FE;
}
.AnyTagClassName
{
color: #BBC1FE;
}
</style>
background-color css
<style>
a { background-color: #BBC1FE; }
a { background-color: rgb(187,193,254); }
div.DivClassName
{
background-color: #BBC1FE;
}
.BgClassName
{
background-color: #BBC1FE;
}
</style>
border-color css
<style>
span { border-color: #BBC1FE; }
span { border-color: rgb(187,193,254); }
td.TdClassName
{
border-color: #BBC1FE;
}
.TagClassName
{
border-color: #BBC1FE;
}
</style>