Shades of Lavender Blue #BCBAFC
Tints of Lavender Blue #BCBAFC
RGB
CMYK
RGB Variations
Color information
#BCBAFC (or 0xBCBAFC) is known color: Lavender Blue. HEX triplet: BC, BA and FC. RGB value is (188,186,252). Sum of RGB (Red+Green+Blue) = 188+186+252=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFC is #434503. Grayscale: #C1C1C1. Windows color (decimal): -4408580 or 16562876. OLE color: 16562876.
HSL color Cylindrical-coordinate representation of color #BCBAFC: hue angle of 241.82º 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 #BCBAFC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 186 | 252 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.01 |
| HSL | 241.82º | 0.92% | 0.86% | - |
| HSV(B) | 241.82º | 0.26% | 0.99% | - |
| XYZ | 55.87 | 52.84 | 99.35 | - |
| YUV | 194.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 252 | 0.25 | 0.26 | 0 | 0.01 | 241.82 | 0.92 | 0.86 |
| Hex | BC | BA | FC | 19 | 1A | 0 | 1 | F2 | 5C | 56 |
| Octal | 274 | 272 | 374 | 31 | 32 | 0 | 1 | 362 | 134 | 126 |
| Binary | 10111100 | 10111010 | 11111100 | 11001 | 11010 | 0 | 1 | 11110010 | 1011100 | 1010110 |
Color Harmonies of #BCBAFC
Complementary color
Monochromatic Colors of #BCBAFC
Black with #BCBAFC
Text Example
Text Example
White with #BCBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAFC; }
p { color: rgb(188,186,252); }
H1.HeaderClassName
{
color: #BCBAFC;
}
.AnyTagClassName
{
color: #BCBAFC;
}
</style>
background-color css
<style>
a { background-color: #BCBAFC; }
a { background-color: rgb(188,186,252); }
div.DivClassName
{
background-color: #BCBAFC;
}
.BgClassName
{
background-color: #BCBAFC;
}
</style>
border-color css
<style>
span { border-color: #BCBAFC; }
span { border-color: rgb(188,186,252); }
td.TdClassName
{
border-color: #BCBAFC;
}
.TagClassName
{
border-color: #BCBAFC;
}
</style>