Shades of Lavender Blue #BAC1FD
Tints of Lavender Blue #BAC1FD
RGB
CMYK
RGB Variations
Color information
#BAC1FD (or 0xBAC1FD) is known color: Lavender Blue. HEX triplet: BA, C1 and FD. RGB value is (186,193,253). Sum of RGB (Red+Green+Blue) = 186+193+253=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC1FD is #453E02. Grayscale: #C5C5C5. Windows color (decimal): -4537859 or 16630202. OLE color: 16630202.
HSL color Cylindrical-coordinate representation of color #BAC1FD: hue angle of 233.73º 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 #BAC1FD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 193 | 253 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.01 |
| HSL | 233.73º | 0.94% | 0.86% | - |
| HSV(B) | 233.73º | 0.26% | 0.99% | - |
| XYZ | 57.05 | 55.67 | 100.67 | - |
| YUV | 197.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 253 | 0.26 | 0.24 | 0 | 0.01 | 233.73 | 0.94 | 0.86 |
| Hex | BA | C1 | FD | 1A | 18 | 0 | 1 | EA | 5E | 56 |
| Octal | 272 | 301 | 375 | 32 | 30 | 0 | 1 | 352 | 136 | 126 |
| Binary | 10111010 | 11000001 | 11111101 | 11010 | 11000 | 0 | 1 | 11101010 | 1011110 | 1010110 |
Color Harmonies of #BAC1FD
Complementary color
Monochromatic Colors of #BAC1FD
Black with #BAC1FD
Text Example
Text Example
White with #BAC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1FD; }
p { color: rgb(186,193,253); }
H1.HeaderClassName
{
color: #BAC1FD;
}
.AnyTagClassName
{
color: #BAC1FD;
}
</style>
background-color css
<style>
a { background-color: #BAC1FD; }
a { background-color: rgb(186,193,253); }
div.DivClassName
{
background-color: #BAC1FD;
}
.BgClassName
{
background-color: #BAC1FD;
}
</style>
border-color css
<style>
span { border-color: #BAC1FD; }
span { border-color: rgb(186,193,253); }
td.TdClassName
{
border-color: #BAC1FD;
}
.TagClassName
{
border-color: #BAC1FD;
}
</style>