Shades of Periwinkle #BAC4EC
Tints of Periwinkle #BAC4EC
RGB
CMYK
RGB Variations
Color information
#BAC4EC (or 0xBAC4EC) is known color: Periwinkle. HEX triplet: BA, C4 and EC. RGB value is (186,196,236). Sum of RGB (Red+Green+Blue) = 186+196+236=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4EC is #453B13. Grayscale: #C5C5C5. Windows color (decimal): -4537108 or 15516858. OLE color: 15516858.
HSL color Cylindrical-coordinate representation of color #BAC4EC: hue angle of 228º 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 #BAC4EC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 196 | 236 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.07 |
| HSL | 228º | 0.57% | 0.83% | - |
| HSV(B) | 228º | 0.21% | 0.93% | - |
| XYZ | 55.13 | 55.98 | 87.26 | - |
| YUV | 197.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 236 | 0.21 | 0.17 | 0 | 0.07 | 228 | 0.57 | 0.83 |
| Hex | BA | C4 | EC | 15 | 11 | 0 | 7 | E4 | 39 | 53 |
| Octal | 272 | 304 | 354 | 25 | 21 | 0 | 7 | 344 | 71 | 123 |
| Binary | 10111010 | 11000100 | 11101100 | 10101 | 10001 | 0 | 111 | 11100100 | 111001 | 1010011 |
Color Harmonies of #BAC4EC
Complementary color
Monochromatic Colors of #BAC4EC
Black with #BAC4EC
Text Example
Text Example
White with #BAC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4EC; }
p { color: rgb(186,196,236); }
H1.HeaderClassName
{
color: #BAC4EC;
}
.AnyTagClassName
{
color: #BAC4EC;
}
</style>
background-color css
<style>
a { background-color: #BAC4EC; }
a { background-color: rgb(186,196,236); }
div.DivClassName
{
background-color: #BAC4EC;
}
.BgClassName
{
background-color: #BAC4EC;
}
</style>
border-color css
<style>
span { border-color: #BAC4EC; }
span { border-color: rgb(186,196,236); }
td.TdClassName
{
border-color: #BAC4EC;
}
.TagClassName
{
border-color: #BAC4EC;
}
</style>