Shades of Periwinkle #BAC9F6
Tints of Periwinkle #BAC9F6
RGB
CMYK
RGB Variations
Color information
#BAC9F6 (or 0xBAC9F6) is known color: Periwinkle. HEX triplet: BA, C9 and F6. RGB value is (186,201,246). Sum of RGB (Red+Green+Blue) = 186+201+246=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9F6 is #453609. Grayscale: #C9C9C9. Windows color (decimal): -4535818 or 16173498. OLE color: 16173498.
HSL color Cylindrical-coordinate representation of color #BAC9F6: hue angle of 225º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC9F6 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 201 | 246 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.04 |
| HSL | 225º | 0.77% | 0.85% | - |
| HSV(B) | 225º | 0.24% | 0.96% | - |
| XYZ | 57.77 | 58.87 | 95.51 | - |
| YUV | 201.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 246 | 0.24 | 0.18 | 0 | 0.04 | 225 | 0.77 | 0.85 |
| Hex | BA | C9 | F6 | 18 | 12 | 0 | 4 | E1 | 4D | 55 |
| Octal | 272 | 311 | 366 | 30 | 22 | 0 | 4 | 341 | 115 | 125 |
| Binary | 10111010 | 11001001 | 11110110 | 11000 | 10010 | 0 | 100 | 11100001 | 1001101 | 1010101 |
Color Harmonies of #BAC9F6
Complementary color
Monochromatic Colors of #BAC9F6
Black with #BAC9F6
Text Example
Text Example
White with #BAC9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9F6; }
p { color: rgb(186,201,246); }
H1.HeaderClassName
{
color: #BAC9F6;
}
.AnyTagClassName
{
color: #BAC9F6;
}
</style>
background-color css
<style>
a { background-color: #BAC9F6; }
a { background-color: rgb(186,201,246); }
div.DivClassName
{
background-color: #BAC9F6;
}
.BgClassName
{
background-color: #BAC9F6;
}
</style>
border-color css
<style>
span { border-color: #BAC9F6; }
span { border-color: rgb(186,201,246); }
td.TdClassName
{
border-color: #BAC9F6;
}
.TagClassName
{
border-color: #BAC9F6;
}
</style>