Shades of Periwinkle #BAC5E9
Tints of Periwinkle #BAC5E9
RGB
CMYK
RGB Variations
Color information
#BAC5E9 (or 0xBAC5E9) is known color: Periwinkle. HEX triplet: BA, C5 and E9. RGB value is (186,197,233). Sum of RGB (Red+Green+Blue) = 186+197+233=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5E9 is #453A16. Grayscale: #C5C5C5. Windows color (decimal): -4536855 or 15320506. OLE color: 15320506.
HSL color Cylindrical-coordinate representation of color #BAC5E9: hue angle of 225.96º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC5E9 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 197 | 233 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.09 |
| HSL | 225.96º | 0.52% | 0.82% | - |
| HSV(B) | 225.96º | 0.2% | 0.91% | - |
| XYZ | 54.92 | 56.25 | 85.05 | - |
| YUV | 197.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 233 | 0.20 | 0.15 | 0 | 0.09 | 225.96 | 0.52 | 0.82 |
| Hex | BA | C5 | E9 | 14 | F | 0 | 9 | E2 | 34 | 52 |
| Octal | 272 | 305 | 351 | 24 | 17 | 0 | 11 | 342 | 64 | 122 |
| Binary | 10111010 | 11000101 | 11101001 | 10100 | 1111 | 0 | 1001 | 11100010 | 110100 | 1010010 |
Color Harmonies of #BAC5E9
Complementary color
Monochromatic Colors of #BAC5E9
Black with #BAC5E9
Text Example
Text Example
White with #BAC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5E9; }
p { color: rgb(186,197,233); }
H1.HeaderClassName
{
color: #BAC5E9;
}
.AnyTagClassName
{
color: #BAC5E9;
}
</style>
background-color css
<style>
a { background-color: #BAC5E9; }
a { background-color: rgb(186,197,233); }
div.DivClassName
{
background-color: #BAC5E9;
}
.BgClassName
{
background-color: #BAC5E9;
}
</style>
border-color css
<style>
span { border-color: #BAC5E9; }
span { border-color: rgb(186,197,233); }
td.TdClassName
{
border-color: #BAC5E9;
}
.TagClassName
{
border-color: #BAC5E9;
}
</style>