Shades of Periwinkle #BAC9E5
Tints of Periwinkle #BAC9E5
RGB
CMYK
RGB Variations
Color information
#BAC9E5 (or 0xBAC9E5) is known color: Periwinkle. HEX triplet: BA, C9 and E5. RGB value is (186,201,229). Sum of RGB (Red+Green+Blue) = 186+201+229=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9E5 is #45361A. Grayscale: #C7C7C7. Windows color (decimal): -4535835 or 15059386. OLE color: 15059386.
HSL color Cylindrical-coordinate representation of color #BAC9E5: hue angle of 219.07º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC9E5 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 201 | 229 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.10 |
| HSL | 219.07º | 0.45% | 0.81% | - |
| HSV(B) | 219.07º | 0.19% | 0.9% | - |
| XYZ | 55.28 | 57.87 | 82.39 | - |
| YUV | 199.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 229 | 0.19 | 0.12 | 0 | 0.10 | 219.07 | 0.45 | 0.81 |
| Hex | BA | C9 | E5 | 13 | C | 0 | A | DB | 2D | 51 |
| Octal | 272 | 311 | 345 | 23 | 14 | 0 | 12 | 333 | 55 | 121 |
| Binary | 10111010 | 11001001 | 11100101 | 10011 | 1100 | 0 | 1010 | 11011011 | 101101 | 1010001 |
Color Harmonies of #BAC9E5
Complementary color
Monochromatic Colors of #BAC9E5
Black with #BAC9E5
Text Example
Text Example
White with #BAC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9E5; }
p { color: rgb(186,201,229); }
H1.HeaderClassName
{
color: #BAC9E5;
}
.AnyTagClassName
{
color: #BAC9E5;
}
</style>
background-color css
<style>
a { background-color: #BAC9E5; }
a { background-color: rgb(186,201,229); }
div.DivClassName
{
background-color: #BAC9E5;
}
.BgClassName
{
background-color: #BAC9E5;
}
</style>
border-color css
<style>
span { border-color: #BAC9E5; }
span { border-color: rgb(186,201,229); }
td.TdClassName
{
border-color: #BAC9E5;
}
.TagClassName
{
border-color: #BAC9E5;
}
</style>