Shades of Lavender Blue #BCAEFF
Tints of Lavender Blue #BCAEFF
RGB
CMYK
RGB Variations
Color information
#BCAEFF (or 0xBCAEFF) is known color: Lavender Blue. HEX triplet: BC, AE and FF. RGB value is (188,174,255). Sum of RGB (Red+Green+Blue) = 188+174+255=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEFF is #435100. Grayscale: #BBBBBB. Windows color (decimal): -4411649 or 16756412. OLE color: 16756412.
HSL color Cylindrical-coordinate representation of color #BCAEFF: hue angle of 250.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCAEFF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 174 | 255 | - |
| CMYK | 0.26 | 0.32 | 0 | 0 |
| HSL | 250.37º | 1% | 0.84% | - |
| HSV(B) | 250.37º | 0.32% | 1% | - |
| XYZ | 53.93 | 48.18 | 101.07 | - |
| YUV | 187.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 255 | 0.26 | 0.32 | 0 | 0 | 250.37 | 1 | 0.84 |
| Hex | BC | AE | FF | 1A | 20 | 0 | 0 | FA | 64 | 54 |
| Octal | 274 | 256 | 377 | 32 | 40 | 0 | 0 | 372 | 144 | 124 |
| Binary | 10111100 | 10101110 | 11111111 | 11010 | 100000 | 0 | 0 | 11111010 | 1100100 | 1010100 |
Color Harmonies of #BCAEFF
Complementary color
Monochromatic Colors of #BCAEFF
Black with #BCAEFF
Text Example
Text Example
White with #BCAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEFF; }
p { color: rgb(188,174,255); }
H1.HeaderClassName
{
color: #BCAEFF;
}
.AnyTagClassName
{
color: #BCAEFF;
}
</style>
background-color css
<style>
a { background-color: #BCAEFF; }
a { background-color: rgb(188,174,255); }
div.DivClassName
{
background-color: #BCAEFF;
}
.BgClassName
{
background-color: #BCAEFF;
}
</style>
border-color css
<style>
span { border-color: #BCAEFF; }
span { border-color: rgb(188,174,255); }
td.TdClassName
{
border-color: #BCAEFF;
}
.TagClassName
{
border-color: #BCAEFF;
}
</style>