Shades of Lavender Blue #BCAFFE
Tints of Lavender Blue #BCAFFE
RGB
CMYK
RGB Variations
Color information
#BCAFFE (or 0xBCAFFE) is known color: Lavender Blue. HEX triplet: BC, AF and FE. RGB value is (188,175,254). Sum of RGB (Red+Green+Blue) = 188+175+254=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFE is #435001. Grayscale: #BBBBBB. Windows color (decimal): -4411394 or 16691132. OLE color: 16691132.
HSL color Cylindrical-coordinate representation of color #BCAFFE: hue angle of 249.87º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCAFFE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 175 | 254 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.00 |
| HSL | 249.87º | 0.98% | 0.84% | - |
| HSV(B) | 249.87º | 0.31% | 1% | - |
| XYZ | 53.96 | 48.51 | 100.28 | - |
| YUV | 187.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 254 | 0.26 | 0.31 | 0 | 0.00 | 249.87 | 0.98 | 0.84 |
| Hex | BC | AF | FE | 1A | 1F | 0 | 0 | FA | 62 | 54 |
| Octal | 274 | 257 | 376 | 32 | 37 | 0 | 0 | 372 | 142 | 124 |
| Binary | 10111100 | 10101111 | 11111110 | 11010 | 11111 | 0 | 0 | 11111010 | 1100010 | 1010100 |
Color Harmonies of #BCAFFE
Complementary color
Monochromatic Colors of #BCAFFE
Black with #BCAFFE
Text Example
Text Example
White with #BCAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFFE; }
p { color: rgb(188,175,254); }
H1.HeaderClassName
{
color: #BCAFFE;
}
.AnyTagClassName
{
color: #BCAFFE;
}
</style>
background-color css
<style>
a { background-color: #BCAFFE; }
a { background-color: rgb(188,175,254); }
div.DivClassName
{
background-color: #BCAFFE;
}
.BgClassName
{
background-color: #BCAFFE;
}
</style>
border-color css
<style>
span { border-color: #BCAFFE; }
span { border-color: rgb(188,175,254); }
td.TdClassName
{
border-color: #BCAFFE;
}
.TagClassName
{
border-color: #BCAFFE;
}
</style>