Shades of Periwinkle #BAC6EC
Tints of Periwinkle #BAC6EC
RGB
CMYK
RGB Variations
Color information
#BAC6EC (or 0xBAC6EC) is known color: Periwinkle. HEX triplet: BA, C6 and EC. RGB value is (186,198,236). Sum of RGB (Red+Green+Blue) = 186+198+236=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6EC is #453913. Grayscale: #C6C6C6. Windows color (decimal): -4536596 or 15517370. OLE color: 15517370.
HSL color Cylindrical-coordinate representation of color #BAC6EC: hue angle of 225.6º 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 #BAC6EC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 198 | 236 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 225.6º | 0.57% | 0.83% | - |
| HSV(B) | 225.6º | 0.21% | 0.93% | - |
| XYZ | 55.58 | 56.88 | 87.41 | - |
| YUV | 198.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 236 | 0.21 | 0.16 | 0 | 0.07 | 225.6 | 0.57 | 0.83 |
| Hex | BA | C6 | EC | 15 | 10 | 0 | 7 | E2 | 39 | 53 |
| Octal | 272 | 306 | 354 | 25 | 20 | 0 | 7 | 342 | 71 | 123 |
| Binary | 10111010 | 11000110 | 11101100 | 10101 | 10000 | 0 | 111 | 11100010 | 111001 | 1010011 |
Color Harmonies of #BAC6EC
Complementary color
Monochromatic Colors of #BAC6EC
Black with #BAC6EC
Text Example
Text Example
White with #BAC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6EC; }
p { color: rgb(186,198,236); }
H1.HeaderClassName
{
color: #BAC6EC;
}
.AnyTagClassName
{
color: #BAC6EC;
}
</style>
background-color css
<style>
a { background-color: #BAC6EC; }
a { background-color: rgb(186,198,236); }
div.DivClassName
{
background-color: #BAC6EC;
}
.BgClassName
{
background-color: #BAC6EC;
}
</style>
border-color css
<style>
span { border-color: #BAC6EC; }
span { border-color: rgb(186,198,236); }
td.TdClassName
{
border-color: #BAC6EC;
}
.TagClassName
{
border-color: #BAC6EC;
}
</style>