Shades of Lavender Blue #BAC8FD
Tints of Lavender Blue #BAC8FD
RGB
CMYK
RGB Variations
Color information
#BAC8FD (or 0xBAC8FD) is known color: Lavender Blue. HEX triplet: BA, C8 and FD. RGB value is (186,200,253). Sum of RGB (Red+Green+Blue) = 186+200+253=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FD is #453702. Grayscale: #C9C9C9. Windows color (decimal): -4536067 or 16631994. OLE color: 16631994.
HSL color Cylindrical-coordinate representation of color #BAC8FD: hue angle of 227.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC8FD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 200 | 253 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.01 |
| HSL | 227.46º | 0.94% | 0.86% | - |
| HSV(B) | 227.46º | 0.26% | 0.99% | - |
| XYZ | 58.63 | 58.84 | 101.2 | - |
| YUV | 201.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 253 | 0.26 | 0.21 | 0 | 0.01 | 227.46 | 0.94 | 0.86 |
| Hex | BA | C8 | FD | 1A | 15 | 0 | 1 | E3 | 5E | 56 |
| Octal | 272 | 310 | 375 | 32 | 25 | 0 | 1 | 343 | 136 | 126 |
| Binary | 10111010 | 11001000 | 11111101 | 11010 | 10101 | 0 | 1 | 11100011 | 1011110 | 1010110 |
Color Harmonies of #BAC8FD
Complementary color
Monochromatic Colors of #BAC8FD
Black with #BAC8FD
Text Example
Text Example
White with #BAC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8FD; }
p { color: rgb(186,200,253); }
H1.HeaderClassName
{
color: #BAC8FD;
}
.AnyTagClassName
{
color: #BAC8FD;
}
</style>
background-color css
<style>
a { background-color: #BAC8FD; }
a { background-color: rgb(186,200,253); }
div.DivClassName
{
background-color: #BAC8FD;
}
.BgClassName
{
background-color: #BAC8FD;
}
</style>
border-color css
<style>
span { border-color: #BAC8FD; }
span { border-color: rgb(186,200,253); }
td.TdClassName
{
border-color: #BAC8FD;
}
.TagClassName
{
border-color: #BAC8FD;
}
</style>