Shades of Periwinkle #BAC9FA
Tints of Periwinkle #BAC9FA
RGB
CMYK
RGB Variations
Color information
#BAC9FA (or 0xBAC9FA) is known color: Periwinkle. HEX triplet: BA, C9 and FA. RGB value is (186,201,250). Sum of RGB (Red+Green+Blue) = 186+201+250=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9FA is #453605. Grayscale: #C9C9C9. Windows color (decimal): -4535814 or 16435642. OLE color: 16435642.
HSL color Cylindrical-coordinate representation of color #BAC9FA: hue angle of 225.94º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC9FA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 201 | 250 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.02 |
| HSL | 225.94º | 0.86% | 0.85% | - |
| HSV(B) | 225.94º | 0.26% | 0.98% | - |
| XYZ | 58.39 | 59.11 | 98.78 | - |
| YUV | 202.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 250 | 0.26 | 0.20 | 0 | 0.02 | 225.94 | 0.86 | 0.85 |
| Hex | BA | C9 | FA | 1A | 14 | 0 | 2 | E2 | 56 | 55 |
| Octal | 272 | 311 | 372 | 32 | 24 | 0 | 2 | 342 | 126 | 125 |
| Binary | 10111010 | 11001001 | 11111010 | 11010 | 10100 | 0 | 10 | 11100010 | 1010110 | 1010101 |
Color Harmonies of #BAC9FA
Complementary color
Monochromatic Colors of #BAC9FA
Black with #BAC9FA
Text Example
Text Example
White with #BAC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9FA; }
p { color: rgb(186,201,250); }
H1.HeaderClassName
{
color: #BAC9FA;
}
.AnyTagClassName
{
color: #BAC9FA;
}
</style>
background-color css
<style>
a { background-color: #BAC9FA; }
a { background-color: rgb(186,201,250); }
div.DivClassName
{
background-color: #BAC9FA;
}
.BgClassName
{
background-color: #BAC9FA;
}
</style>
border-color css
<style>
span { border-color: #BAC9FA; }
span { border-color: rgb(186,201,250); }
td.TdClassName
{
border-color: #BAC9FA;
}
.TagClassName
{
border-color: #BAC9FA;
}
</style>