Shades of Lavender Blue #BCBBFE
Tints of Lavender Blue #BCBBFE
RGB
CMYK
RGB Variations
Color information
#BCBBFE (or 0xBCBBFE) is known color: Lavender Blue. HEX triplet: BC, BB and FE. RGB value is (188,187,254). Sum of RGB (Red+Green+Blue) = 188+187+254=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBFE is #434401. Grayscale: #C2C2C2. Windows color (decimal): -4408322 or 16694204. OLE color: 16694204.
HSL color Cylindrical-coordinate representation of color #BCBBFE: hue angle of 240.9º 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 #BCBBFE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 187 | 254 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.00 |
| HSL | 240.9º | 0.97% | 0.86% | - |
| HSV(B) | 240.9º | 0.26% | 1% | - |
| XYZ | 56.4 | 53.39 | 101.1 | - |
| YUV | 194.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 254 | 0.26 | 0.26 | 0 | 0.00 | 240.9 | 0.97 | 0.86 |
| Hex | BC | BB | FE | 1A | 1A | 0 | 0 | F1 | 61 | 56 |
| Octal | 274 | 273 | 376 | 32 | 32 | 0 | 0 | 361 | 141 | 126 |
| Binary | 10111100 | 10111011 | 11111110 | 11010 | 11010 | 0 | 0 | 11110001 | 1100001 | 1010110 |
Color Harmonies of #BCBBFE
Complementary color
Monochromatic Colors of #BCBBFE
Black with #BCBBFE
Text Example
Text Example
White with #BCBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBFE; }
p { color: rgb(188,187,254); }
H1.HeaderClassName
{
color: #BCBBFE;
}
.AnyTagClassName
{
color: #BCBBFE;
}
</style>
background-color css
<style>
a { background-color: #BCBBFE; }
a { background-color: rgb(188,187,254); }
div.DivClassName
{
background-color: #BCBBFE;
}
.BgClassName
{
background-color: #BCBBFE;
}
</style>
border-color css
<style>
span { border-color: #BCBBFE; }
span { border-color: rgb(188,187,254); }
td.TdClassName
{
border-color: #BCBBFE;
}
.TagClassName
{
border-color: #BCBBFE;
}
</style>