Shades of Lavender Blue #BCBBFC
Tints of Lavender Blue #BCBBFC
RGB
CMYK
RGB Variations
Color information
#BCBBFC (or 0xBCBBFC) is known color: Lavender Blue. HEX triplet: BC, BB and FC. RGB value is (188,187,252). Sum of RGB (Red+Green+Blue) = 188+187+252=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBFC is #434403. Grayscale: #C2C2C2. Windows color (decimal): -4408324 or 16563132. OLE color: 16563132.
HSL color Cylindrical-coordinate representation of color #BCBBFC: hue angle of 240.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBBFC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 187 | 252 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.01 |
| HSL | 240.92º | 0.92% | 0.86% | - |
| HSV(B) | 240.92º | 0.26% | 0.99% | - |
| XYZ | 56.08 | 53.26 | 99.42 | - |
| YUV | 194.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 252 | 0.25 | 0.26 | 0 | 0.01 | 240.92 | 0.92 | 0.86 |
| Hex | BC | BB | FC | 19 | 1A | 0 | 1 | F1 | 5C | 56 |
| Octal | 274 | 273 | 374 | 31 | 32 | 0 | 1 | 361 | 134 | 126 |
| Binary | 10111100 | 10111011 | 11111100 | 11001 | 11010 | 0 | 1 | 11110001 | 1011100 | 1010110 |
Color Harmonies of #BCBBFC
Complementary color
Monochromatic Colors of #BCBBFC
Black with #BCBBFC
Text Example
Text Example
White with #BCBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBFC; }
p { color: rgb(188,187,252); }
H1.HeaderClassName
{
color: #BCBBFC;
}
.AnyTagClassName
{
color: #BCBBFC;
}
</style>
background-color css
<style>
a { background-color: #BCBBFC; }
a { background-color: rgb(188,187,252); }
div.DivClassName
{
background-color: #BCBBFC;
}
.BgClassName
{
background-color: #BCBBFC;
}
</style>
border-color css
<style>
span { border-color: #BCBBFC; }
span { border-color: rgb(188,187,252); }
td.TdClassName
{
border-color: #BCBBFC;
}
.TagClassName
{
border-color: #BCBBFC;
}
</style>