Shades of Periwinkle #BAC7EC
Tints of Periwinkle #BAC7EC
RGB
CMYK
RGB Variations
Color information
#BAC7EC (or 0xBAC7EC) is known color: Periwinkle. HEX triplet: BA, C7 and EC. RGB value is (186,199,236). Sum of RGB (Red+Green+Blue) = 186+199+236=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7EC is #453813. Grayscale: #C7C7C7. Windows color (decimal): -4536340 or 15517626. OLE color: 15517626.
HSL color Cylindrical-coordinate representation of color #BAC7EC: hue angle of 224.4º 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 #BAC7EC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 199 | 236 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 224.4º | 0.57% | 0.83% | - |
| HSV(B) | 224.4º | 0.21% | 0.93% | - |
| XYZ | 55.81 | 57.34 | 87.48 | - |
| YUV | 199.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 236 | 0.21 | 0.16 | 0 | 0.07 | 224.4 | 0.57 | 0.83 |
| Hex | BA | C7 | EC | 15 | 10 | 0 | 7 | E0 | 39 | 53 |
| Octal | 272 | 307 | 354 | 25 | 20 | 0 | 7 | 340 | 71 | 123 |
| Binary | 10111010 | 11000111 | 11101100 | 10101 | 10000 | 0 | 111 | 11100000 | 111001 | 1010011 |
Color Harmonies of #BAC7EC
Complementary color
Monochromatic Colors of #BAC7EC
Black with #BAC7EC
Text Example
Text Example
White with #BAC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7EC; }
p { color: rgb(186,199,236); }
H1.HeaderClassName
{
color: #BAC7EC;
}
.AnyTagClassName
{
color: #BAC7EC;
}
</style>
background-color css
<style>
a { background-color: #BAC7EC; }
a { background-color: rgb(186,199,236); }
div.DivClassName
{
background-color: #BAC7EC;
}
.BgClassName
{
background-color: #BAC7EC;
}
</style>
border-color css
<style>
span { border-color: #BAC7EC; }
span { border-color: rgb(186,199,236); }
td.TdClassName
{
border-color: #BAC7EC;
}
.TagClassName
{
border-color: #BAC7EC;
}
</style>