Shades of Periwinkle #BAC9FC
Tints of Periwinkle #BAC9FC
RGB
CMYK
RGB Variations
Color information
#BAC9FC (or 0xBAC9FC) is known color: Periwinkle. HEX triplet: BA, C9 and FC. RGB value is (186,201,252). Sum of RGB (Red+Green+Blue) = 186+201+252=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9FC is #453603. Grayscale: #CACACA. Windows color (decimal): -4535812 or 16566714. OLE color: 16566714.
HSL color Cylindrical-coordinate representation of color #BAC9FC: hue angle of 226.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC9FC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 201 | 252 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.01 |
| HSL | 226.36º | 0.92% | 0.86% | - |
| HSV(B) | 226.36º | 0.26% | 0.99% | - |
| XYZ | 58.71 | 59.24 | 100.44 | - |
| YUV | 202.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 252 | 0.26 | 0.20 | 0 | 0.01 | 226.36 | 0.92 | 0.86 |
| Hex | BA | C9 | FC | 1A | 14 | 0 | 1 | E2 | 5C | 56 |
| Octal | 272 | 311 | 374 | 32 | 24 | 0 | 1 | 342 | 134 | 126 |
| Binary | 10111010 | 11001001 | 11111100 | 11010 | 10100 | 0 | 1 | 11100010 | 1011100 | 1010110 |
Color Harmonies of #BAC9FC
Complementary color
Monochromatic Colors of #BAC9FC
Black with #BAC9FC
Text Example
Text Example
White with #BAC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9FC; }
p { color: rgb(186,201,252); }
H1.HeaderClassName
{
color: #BAC9FC;
}
.AnyTagClassName
{
color: #BAC9FC;
}
</style>
background-color css
<style>
a { background-color: #BAC9FC; }
a { background-color: rgb(186,201,252); }
div.DivClassName
{
background-color: #BAC9FC;
}
.BgClassName
{
background-color: #BAC9FC;
}
</style>
border-color css
<style>
span { border-color: #BAC9FC; }
span { border-color: rgb(186,201,252); }
td.TdClassName
{
border-color: #BAC9FC;
}
.TagClassName
{
border-color: #BAC9FC;
}
</style>