Shades of Periwinkle #BAC9EC
Tints of Periwinkle #BAC9EC
RGB
CMYK
RGB Variations
Color information
#BAC9EC (or 0xBAC9EC) is known color: Periwinkle. HEX triplet: BA, C9 and EC. RGB value is (186,201,236). Sum of RGB (Red+Green+Blue) = 186+201+236=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EC is #453613. Grayscale: #C8C8C8. Windows color (decimal): -4535828 or 15518138. OLE color: 15518138.
HSL color Cylindrical-coordinate representation of color #BAC9EC: hue angle of 222º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC9EC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 201 | 236 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.07 |
| HSL | 222º | 0.57% | 0.83% | - |
| HSV(B) | 222º | 0.21% | 0.93% | - |
| XYZ | 56.28 | 58.27 | 87.64 | - |
| YUV | 200.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 236 | 0.21 | 0.15 | 0 | 0.07 | 222 | 0.57 | 0.83 |
| Hex | BA | C9 | EC | 15 | F | 0 | 7 | DE | 39 | 53 |
| Octal | 272 | 311 | 354 | 25 | 17 | 0 | 7 | 336 | 71 | 123 |
| Binary | 10111010 | 11001001 | 11101100 | 10101 | 1111 | 0 | 111 | 11011110 | 111001 | 1010011 |
Color Harmonies of #BAC9EC
Complementary color
Monochromatic Colors of #BAC9EC
Black with #BAC9EC
Text Example
Text Example
White with #BAC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9EC; }
p { color: rgb(186,201,236); }
H1.HeaderClassName
{
color: #BAC9EC;
}
.AnyTagClassName
{
color: #BAC9EC;
}
</style>
background-color css
<style>
a { background-color: #BAC9EC; }
a { background-color: rgb(186,201,236); }
div.DivClassName
{
background-color: #BAC9EC;
}
.BgClassName
{
background-color: #BAC9EC;
}
</style>
border-color css
<style>
span { border-color: #BAC9EC; }
span { border-color: rgb(186,201,236); }
td.TdClassName
{
border-color: #BAC9EC;
}
.TagClassName
{
border-color: #BAC9EC;
}
</style>