Shades of Periwinkle #BACAF6
Tints of Periwinkle #BACAF6
RGB
CMYK
RGB Variations
Color information
#BACAF6 (or 0xBACAF6) is known color: Periwinkle. HEX triplet: BA, CA and F6. RGB value is (186,202,246). Sum of RGB (Red+Green+Blue) = 186+202+246=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #BACAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF6 is #453509. Grayscale: #CACACA. Windows color (decimal): -4535562 or 16173754. OLE color: 16173754.
HSL color Cylindrical-coordinate representation of color #BACAF6: hue angle of 224º 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 #BACAF6 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 202 | 246 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.04 |
| HSL | 224º | 0.77% | 0.85% | - |
| HSV(B) | 224º | 0.24% | 0.96% | - |
| XYZ | 58 | 59.33 | 95.58 | - |
| YUV | 202.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 246 | 0.24 | 0.18 | 0 | 0.04 | 224 | 0.77 | 0.85 |
| Hex | BA | CA | F6 | 18 | 12 | 0 | 4 | E0 | 4D | 55 |
| Octal | 272 | 312 | 366 | 30 | 22 | 0 | 4 | 340 | 115 | 125 |
| Binary | 10111010 | 11001010 | 11110110 | 11000 | 10010 | 0 | 100 | 11100000 | 1001101 | 1010101 |
Color Harmonies of #BACAF6
Complementary color
Monochromatic Colors of #BACAF6
Black with #BACAF6
Text Example
Text Example
White with #BACAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAF6; }
p { color: rgb(186,202,246); }
H1.HeaderClassName
{
color: #BACAF6;
}
.AnyTagClassName
{
color: #BACAF6;
}
</style>
background-color css
<style>
a { background-color: #BACAF6; }
a { background-color: rgb(186,202,246); }
div.DivClassName
{
background-color: #BACAF6;
}
.BgClassName
{
background-color: #BACAF6;
}
</style>
border-color css
<style>
span { border-color: #BACAF6; }
span { border-color: rgb(186,202,246); }
td.TdClassName
{
border-color: #BACAF6;
}
.TagClassName
{
border-color: #BACAF6;
}
</style>