Shades of Lavender Blue #BAC6FD
Tints of Lavender Blue #BAC6FD
RGB
CMYK
RGB Variations
Color information
#BAC6FD (or 0xBAC6FD) is known color: Lavender Blue. HEX triplet: BA, C6 and FD. RGB value is (186,198,253). Sum of RGB (Red+Green+Blue) = 186+198+253=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FD is #453902. Grayscale: #C8C8C8. Windows color (decimal): -4536579 or 16631482. OLE color: 16631482.
HSL color Cylindrical-coordinate representation of color #BAC6FD: hue angle of 229.25º 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 #BAC6FD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 198 | 253 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.01 |
| HSL | 229.25º | 0.94% | 0.86% | - |
| HSV(B) | 229.25º | 0.26% | 0.99% | - |
| XYZ | 58.17 | 57.92 | 101.04 | - |
| YUV | 200.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 253 | 0.26 | 0.22 | 0 | 0.01 | 229.25 | 0.94 | 0.86 |
| Hex | BA | C6 | FD | 1A | 16 | 0 | 1 | E5 | 5E | 56 |
| Octal | 272 | 306 | 375 | 32 | 26 | 0 | 1 | 345 | 136 | 126 |
| Binary | 10111010 | 11000110 | 11111101 | 11010 | 10110 | 0 | 1 | 11100101 | 1011110 | 1010110 |
Color Harmonies of #BAC6FD
Complementary color
Monochromatic Colors of #BAC6FD
Black with #BAC6FD
Text Example
Text Example
White with #BAC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6FD; }
p { color: rgb(186,198,253); }
H1.HeaderClassName
{
color: #BAC6FD;
}
.AnyTagClassName
{
color: #BAC6FD;
}
</style>
background-color css
<style>
a { background-color: #BAC6FD; }
a { background-color: rgb(186,198,253); }
div.DivClassName
{
background-color: #BAC6FD;
}
.BgClassName
{
background-color: #BAC6FD;
}
</style>
border-color css
<style>
span { border-color: #BAC6FD; }
span { border-color: rgb(186,198,253); }
td.TdClassName
{
border-color: #BAC6FD;
}
.TagClassName
{
border-color: #BAC6FD;
}
</style>