Shades of Periwinkle #BAC9EA
Tints of Periwinkle #BAC9EA
RGB
CMYK
RGB Variations
Color information
#BAC9EA (or 0xBAC9EA) is known color: Periwinkle. HEX triplet: BA, C9 and EA. RGB value is (186,201,234). Sum of RGB (Red+Green+Blue) = 186+201+234=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EA is #453615. Grayscale: #C8C8C8. Windows color (decimal): -4535830 or 15387066. OLE color: 15387066.
HSL color Cylindrical-coordinate representation of color #BAC9EA: hue angle of 221.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC9EA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 201 | 234 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.08 |
| HSL | 221.25º | 0.53% | 0.82% | - |
| HSV(B) | 221.25º | 0.21% | 0.92% | - |
| XYZ | 55.99 | 58.15 | 86.12 | - |
| YUV | 200.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 234 | 0.21 | 0.14 | 0 | 0.08 | 221.25 | 0.53 | 0.82 |
| Hex | BA | C9 | EA | 15 | E | 0 | 8 | DD | 35 | 52 |
| Octal | 272 | 311 | 352 | 25 | 16 | 0 | 10 | 335 | 65 | 122 |
| Binary | 10111010 | 11001001 | 11101010 | 10101 | 1110 | 0 | 1000 | 11011101 | 110101 | 1010010 |
Color Harmonies of #BAC9EA
Complementary color
Monochromatic Colors of #BAC9EA
Black with #BAC9EA
Text Example
Text Example
White with #BAC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9EA; }
p { color: rgb(186,201,234); }
H1.HeaderClassName
{
color: #BAC9EA;
}
.AnyTagClassName
{
color: #BAC9EA;
}
</style>
background-color css
<style>
a { background-color: #BAC9EA; }
a { background-color: rgb(186,201,234); }
div.DivClassName
{
background-color: #BAC9EA;
}
.BgClassName
{
background-color: #BAC9EA;
}
</style>
border-color css
<style>
span { border-color: #BAC9EA; }
span { border-color: rgb(186,201,234); }
td.TdClassName
{
border-color: #BAC9EA;
}
.TagClassName
{
border-color: #BAC9EA;
}
</style>