Shades of Lavender Blue #BCB7FF
Tints of Lavender Blue #BCB7FF
RGB
CMYK
RGB Variations
Color information
#BCB7FF (or 0xBCB7FF) is known color: Lavender Blue. HEX triplet: BC, B7 and FF. RGB value is (188,183,255). Sum of RGB (Red+Green+Blue) = 188+183+255=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7FF is #434800. Grayscale: #C0C0C0. Windows color (decimal): -4409345 or 16758716. OLE color: 16758716.
HSL color Cylindrical-coordinate representation of color #BCB7FF: hue angle of 244.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB7FF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 183 | 255 | - |
| CMYK | 0.26 | 0.28 | 0 | 0 |
| HSL | 244.17º | 1% | 0.86% | - |
| HSV(B) | 244.17º | 0.28% | 1% | - |
| XYZ | 55.72 | 51.78 | 101.67 | - |
| YUV | 192.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 255 | 0.26 | 0.28 | 0 | 0 | 244.17 | 1 | 0.86 |
| Hex | BC | B7 | FF | 1A | 1C | 0 | 0 | F4 | 64 | 56 |
| Octal | 274 | 267 | 377 | 32 | 34 | 0 | 0 | 364 | 144 | 126 |
| Binary | 10111100 | 10110111 | 11111111 | 11010 | 11100 | 0 | 0 | 11110100 | 1100100 | 1010110 |
Color Harmonies of #BCB7FF
Complementary color
Monochromatic Colors of #BCB7FF
Black with #BCB7FF
Text Example
Text Example
White with #BCB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7FF; }
p { color: rgb(188,183,255); }
H1.HeaderClassName
{
color: #BCB7FF;
}
.AnyTagClassName
{
color: #BCB7FF;
}
</style>
background-color css
<style>
a { background-color: #BCB7FF; }
a { background-color: rgb(188,183,255); }
div.DivClassName
{
background-color: #BCB7FF;
}
.BgClassName
{
background-color: #BCB7FF;
}
</style>
border-color css
<style>
span { border-color: #BCB7FF; }
span { border-color: rgb(188,183,255); }
td.TdClassName
{
border-color: #BCB7FF;
}
.TagClassName
{
border-color: #BCB7FF;
}
</style>