Shades of Periwinkle #BAC9EF
Tints of Periwinkle #BAC9EF
RGB
CMYK
RGB Variations
Color information
#BAC9EF (or 0xBAC9EF) is known color: Periwinkle. HEX triplet: BA, C9 and EF. RGB value is (186,201,239). Sum of RGB (Red+Green+Blue) = 186+201+239=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EF is #453610. Grayscale: #C8C8C8. Windows color (decimal): -4535825 or 15714746. OLE color: 15714746.
HSL color Cylindrical-coordinate representation of color #BAC9EF: hue angle of 223.02º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC9EF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 201 | 239 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.06 |
| HSL | 223.02º | 0.62% | 0.83% | - |
| HSV(B) | 223.02º | 0.22% | 0.94% | - |
| XYZ | 56.72 | 58.44 | 89.95 | - |
| YUV | 200.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 239 | 0.22 | 0.16 | 0 | 0.06 | 223.02 | 0.62 | 0.83 |
| Hex | BA | C9 | EF | 16 | 10 | 0 | 6 | DF | 3E | 53 |
| Octal | 272 | 311 | 357 | 26 | 20 | 0 | 6 | 337 | 76 | 123 |
| Binary | 10111010 | 11001001 | 11101111 | 10110 | 10000 | 0 | 110 | 11011111 | 111110 | 1010011 |
Color Harmonies of #BAC9EF
Complementary color
Monochromatic Colors of #BAC9EF
Black with #BAC9EF
Text Example
Text Example
White with #BAC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9EF; }
p { color: rgb(186,201,239); }
H1.HeaderClassName
{
color: #BAC9EF;
}
.AnyTagClassName
{
color: #BAC9EF;
}
</style>
background-color css
<style>
a { background-color: #BAC9EF; }
a { background-color: rgb(186,201,239); }
div.DivClassName
{
background-color: #BAC9EF;
}
.BgClassName
{
background-color: #BAC9EF;
}
</style>
border-color css
<style>
span { border-color: #BAC9EF; }
span { border-color: rgb(186,201,239); }
td.TdClassName
{
border-color: #BAC9EF;
}
.TagClassName
{
border-color: #BAC9EF;
}
</style>