Shades of Lavender Blue #BAC8FF
Tints of Lavender Blue #BAC8FF
RGB
CMYK
RGB Variations
Color information
#BAC8FF (or 0xBAC8FF) is known color: Lavender Blue. HEX triplet: BA, C8 and FF. RGB value is (186,200,255). Sum of RGB (Red+Green+Blue) = 186+200+255=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FF is #453700. Grayscale: #C9C9C9. Windows color (decimal): -4536065 or 16763066. OLE color: 16763066.
HSL color Cylindrical-coordinate representation of color #BAC8FF: hue angle of 227.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC8FF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 200 | 255 | - |
| CMYK | 0.27 | 0.22 | 0 | 0 |
| HSL | 227.83º | 1% | 0.86% | - |
| HSV(B) | 227.83º | 0.27% | 1% | - |
| XYZ | 58.95 | 58.97 | 102.88 | - |
| YUV | 202.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 255 | 0.27 | 0.22 | 0 | 0 | 227.83 | 1 | 0.86 |
| Hex | BA | C8 | FF | 1B | 16 | 0 | 0 | E4 | 64 | 56 |
| Octal | 272 | 310 | 377 | 33 | 26 | 0 | 0 | 344 | 144 | 126 |
| Binary | 10111010 | 11001000 | 11111111 | 11011 | 10110 | 0 | 0 | 11100100 | 1100100 | 1010110 |
Color Harmonies of #BAC8FF
Complementary color
Monochromatic Colors of #BAC8FF
Black with #BAC8FF
Text Example
Text Example
White with #BAC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8FF; }
p { color: rgb(186,200,255); }
H1.HeaderClassName
{
color: #BAC8FF;
}
.AnyTagClassName
{
color: #BAC8FF;
}
</style>
background-color css
<style>
a { background-color: #BAC8FF; }
a { background-color: rgb(186,200,255); }
div.DivClassName
{
background-color: #BAC8FF;
}
.BgClassName
{
background-color: #BAC8FF;
}
</style>
border-color css
<style>
span { border-color: #BAC8FF; }
span { border-color: rgb(186,200,255); }
td.TdClassName
{
border-color: #BAC8FF;
}
.TagClassName
{
border-color: #BAC8FF;
}
</style>