Shades of Lavender Blue #BCAFFF
Tints of Lavender Blue #BCAFFF
RGB
CMYK
RGB Variations
Color information
#BCAFFF (or 0xBCAFFF) is known color: Lavender Blue. HEX triplet: BC, AF and FF. RGB value is (188,175,255). Sum of RGB (Red+Green+Blue) = 188+175+255=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFF is #435000. Grayscale: #BBBBBB. Windows color (decimal): -4411393 or 16756668. OLE color: 16756668.
HSL color Cylindrical-coordinate representation of color #BCAFFF: hue angle of 249.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAFFF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 175 | 255 | - |
| CMYK | 0.26 | 0.31 | 0 | 0 |
| HSL | 249.75º | 1% | 0.84% | - |
| HSV(B) | 249.75º | 0.31% | 1% | - |
| XYZ | 54.12 | 48.57 | 101.13 | - |
| YUV | 188.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 255 | 0.26 | 0.31 | 0 | 0 | 249.75 | 1 | 0.84 |
| Hex | BC | AF | FF | 1A | 1F | 0 | 0 | FA | 64 | 54 |
| Octal | 274 | 257 | 377 | 32 | 37 | 0 | 0 | 372 | 144 | 124 |
| Binary | 10111100 | 10101111 | 11111111 | 11010 | 11111 | 0 | 0 | 11111010 | 1100100 | 1010100 |
Color Harmonies of #BCAFFF
Complementary color
Monochromatic Colors of #BCAFFF
Black with #BCAFFF
Text Example
Text Example
White with #BCAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFFF; }
p { color: rgb(188,175,255); }
H1.HeaderClassName
{
color: #BCAFFF;
}
.AnyTagClassName
{
color: #BCAFFF;
}
</style>
background-color css
<style>
a { background-color: #BCAFFF; }
a { background-color: rgb(188,175,255); }
div.DivClassName
{
background-color: #BCAFFF;
}
.BgClassName
{
background-color: #BCAFFF;
}
</style>
border-color css
<style>
span { border-color: #BCAFFF; }
span { border-color: rgb(188,175,255); }
td.TdClassName
{
border-color: #BCAFFF;
}
.TagClassName
{
border-color: #BCAFFF;
}
</style>