Shades of Periwinkle #BAC9E9
Tints of Periwinkle #BAC9E9
RGB
CMYK
RGB Variations
Color information
#BAC9E9 (or 0xBAC9E9) is known color: Periwinkle. HEX triplet: BA, C9 and E9. RGB value is (186,201,233). Sum of RGB (Red+Green+Blue) = 186+201+233=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAC9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9E9 is #453616. Grayscale: #C8C8C8. Windows color (decimal): -4535831 or 15321530. OLE color: 15321530.
HSL color Cylindrical-coordinate representation of color #BAC9E9: hue angle of 220.85º 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 #BAC9E9 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 201 | 233 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.09 |
| HSL | 220.85º | 0.52% | 0.82% | - |
| HSV(B) | 220.85º | 0.2% | 0.91% | - |
| XYZ | 55.84 | 58.1 | 85.36 | - |
| YUV | 200.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 233 | 0.20 | 0.14 | 0 | 0.09 | 220.85 | 0.52 | 0.82 |
| Hex | BA | C9 | E9 | 14 | E | 0 | 9 | DD | 34 | 52 |
| Octal | 272 | 311 | 351 | 24 | 16 | 0 | 11 | 335 | 64 | 122 |
| Binary | 10111010 | 11001001 | 11101001 | 10100 | 1110 | 0 | 1001 | 11011101 | 110100 | 1010010 |
Color Harmonies of #BAC9E9
Complementary color
Monochromatic Colors of #BAC9E9
Black with #BAC9E9
Text Example
Text Example
White with #BAC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9E9; }
p { color: rgb(186,201,233); }
H1.HeaderClassName
{
color: #BAC9E9;
}
.AnyTagClassName
{
color: #BAC9E9;
}
</style>
background-color css
<style>
a { background-color: #BAC9E9; }
a { background-color: rgb(186,201,233); }
div.DivClassName
{
background-color: #BAC9E9;
}
.BgClassName
{
background-color: #BAC9E9;
}
</style>
border-color css
<style>
span { border-color: #BAC9E9; }
span { border-color: rgb(186,201,233); }
td.TdClassName
{
border-color: #BAC9E9;
}
.TagClassName
{
border-color: #BAC9E9;
}
</style>