Shades of Periwinkle #BACAF9
Tints of Periwinkle #BACAF9
RGB
CMYK
RGB Variations
Color information
#BACAF9 (or 0xBACAF9) is known color: Periwinkle. HEX triplet: BA, CA and F9. RGB value is (186,202,249). Sum of RGB (Red+Green+Blue) = 186+202+249=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #BACAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF9 is #453506. Grayscale: #CACACA. Windows color (decimal): -4535559 or 16370362. OLE color: 16370362.
HSL color Cylindrical-coordinate representation of color #BACAF9: hue angle of 224.76º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACAF9 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 202 | 249 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.02 |
| HSL | 224.76º | 0.84% | 0.85% | - |
| HSV(B) | 224.76º | 0.25% | 0.98% | - |
| XYZ | 58.47 | 59.52 | 98.03 | - |
| YUV | 202.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 249 | 0.25 | 0.19 | 0 | 0.02 | 224.76 | 0.84 | 0.85 |
| Hex | BA | CA | F9 | 19 | 13 | 0 | 2 | E1 | 54 | 55 |
| Octal | 272 | 312 | 371 | 31 | 23 | 0 | 2 | 341 | 124 | 125 |
| Binary | 10111010 | 11001010 | 11111001 | 11001 | 10011 | 0 | 10 | 11100001 | 1010100 | 1010101 |
Color Harmonies of #BACAF9
Complementary color
Monochromatic Colors of #BACAF9
Black with #BACAF9
Text Example
Text Example
White with #BACAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAF9; }
p { color: rgb(186,202,249); }
H1.HeaderClassName
{
color: #BACAF9;
}
.AnyTagClassName
{
color: #BACAF9;
}
</style>
background-color css
<style>
a { background-color: #BACAF9; }
a { background-color: rgb(186,202,249); }
div.DivClassName
{
background-color: #BACAF9;
}
.BgClassName
{
background-color: #BACAF9;
}
</style>
border-color css
<style>
span { border-color: #BACAF9; }
span { border-color: rgb(186,202,249); }
td.TdClassName
{
border-color: #BACAF9;
}
.TagClassName
{
border-color: #BACAF9;
}
</style>