Shades of Lavender Blue #BAC0FF
Tints of Lavender Blue #BAC0FF
RGB
CMYK
RGB Variations
Color information
#BAC0FF (or 0xBAC0FF) is known color: Lavender Blue. HEX triplet: BA, C0 and FF. RGB value is (186,192,255). Sum of RGB (Red+Green+Blue) = 186+192+255=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC0FF is #453F00. Grayscale: #C5C5C5. Windows color (decimal): -4538113 or 16761018. OLE color: 16761018.
HSL color Cylindrical-coordinate representation of color #BAC0FF: hue angle of 234.78º 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 #BAC0FF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 192 | 255 | - |
| CMYK | 0.27 | 0.25 | 0 | 0 |
| HSL | 234.78º | 1% | 0.86% | - |
| HSV(B) | 234.78º | 0.27% | 1% | - |
| XYZ | 57.15 | 55.36 | 102.28 | - |
| YUV | 197.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 255 | 0.27 | 0.25 | 0 | 0 | 234.78 | 1 | 0.86 |
| Hex | BA | C0 | FF | 1B | 19 | 0 | 0 | EB | 64 | 56 |
| Octal | 272 | 300 | 377 | 33 | 31 | 0 | 0 | 353 | 144 | 126 |
| Binary | 10111010 | 11000000 | 11111111 | 11011 | 11001 | 0 | 0 | 11101011 | 1100100 | 1010110 |
Color Harmonies of #BAC0FF
Complementary color
Monochromatic Colors of #BAC0FF
Black with #BAC0FF
Text Example
Text Example
White with #BAC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0FF; }
p { color: rgb(186,192,255); }
H1.HeaderClassName
{
color: #BAC0FF;
}
.AnyTagClassName
{
color: #BAC0FF;
}
</style>
background-color css
<style>
a { background-color: #BAC0FF; }
a { background-color: rgb(186,192,255); }
div.DivClassName
{
background-color: #BAC0FF;
}
.BgClassName
{
background-color: #BAC0FF;
}
</style>
border-color css
<style>
span { border-color: #BAC0FF; }
span { border-color: rgb(186,192,255); }
td.TdClassName
{
border-color: #BAC0FF;
}
.TagClassName
{
border-color: #BAC0FF;
}
</style>