Shades of Lavender Blue #BCBAFF
Tints of Lavender Blue #BCBAFF
RGB
CMYK
RGB Variations
Color information
#BCBAFF (or 0xBCBAFF) is known color: Lavender Blue. HEX triplet: BC, BA and FF. RGB value is (188,186,255). Sum of RGB (Red+Green+Blue) = 188+186+255=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFF is #434500. Grayscale: #C2C2C2. Windows color (decimal): -4408577 or 16759484. OLE color: 16759484.
HSL color Cylindrical-coordinate representation of color #BCBAFF: hue angle of 241.74º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBAFF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 186 | 255 | - |
| CMYK | 0.26 | 0.27 | 0 | 0 |
| HSL | 241.74º | 1% | 0.86% | - |
| HSV(B) | 241.74º | 0.27% | 1% | - |
| XYZ | 56.35 | 53.03 | 101.87 | - |
| YUV | 194.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 255 | 0.26 | 0.27 | 0 | 0 | 241.74 | 1 | 0.86 |
| Hex | BC | BA | FF | 1A | 1B | 0 | 0 | F2 | 64 | 56 |
| Octal | 274 | 272 | 377 | 32 | 33 | 0 | 0 | 362 | 144 | 126 |
| Binary | 10111100 | 10111010 | 11111111 | 11010 | 11011 | 0 | 0 | 11110010 | 1100100 | 1010110 |
Color Harmonies of #BCBAFF
Complementary color
Monochromatic Colors of #BCBAFF
Black with #BCBAFF
Text Example
Text Example
White with #BCBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAFF; }
p { color: rgb(188,186,255); }
H1.HeaderClassName
{
color: #BCBAFF;
}
.AnyTagClassName
{
color: #BCBAFF;
}
</style>
background-color css
<style>
a { background-color: #BCBAFF; }
a { background-color: rgb(188,186,255); }
div.DivClassName
{
background-color: #BCBAFF;
}
.BgClassName
{
background-color: #BCBAFF;
}
</style>
border-color css
<style>
span { border-color: #BCBAFF; }
span { border-color: rgb(188,186,255); }
td.TdClassName
{
border-color: #BCBAFF;
}
.TagClassName
{
border-color: #BCBAFF;
}
</style>