Shades of Periwinkle #BACAF3
Tints of Periwinkle #BACAF3
RGB
CMYK
RGB Variations
Color information
#BACAF3 (or 0xBACAF3) is known color: Periwinkle. HEX triplet: BA, CA and F3. RGB value is (186,202,243). Sum of RGB (Red+Green+Blue) = 186+202+243=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #BACAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF3 is #45350C. Grayscale: #C9C9C9. Windows color (decimal): -4535565 or 15977146. OLE color: 15977146.
HSL color Cylindrical-coordinate representation of color #BACAF3: hue angle of 223.16º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACAF3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 202 | 243 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.05 |
| HSL | 223.16º | 0.7% | 0.84% | - |
| HSV(B) | 223.16º | 0.23% | 0.95% | - |
| XYZ | 57.55 | 59.15 | 93.18 | - |
| YUV | 201.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 243 | 0.23 | 0.17 | 0 | 0.05 | 223.16 | 0.7 | 0.84 |
| Hex | BA | CA | F3 | 17 | 11 | 0 | 5 | DF | 46 | 54 |
| Octal | 272 | 312 | 363 | 27 | 21 | 0 | 5 | 337 | 106 | 124 |
| Binary | 10111010 | 11001010 | 11110011 | 10111 | 10001 | 0 | 101 | 11011111 | 1000110 | 1010100 |
Color Harmonies of #BACAF3
Complementary color
Monochromatic Colors of #BACAF3
Black with #BACAF3
Text Example
Text Example
White with #BACAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAF3; }
p { color: rgb(186,202,243); }
H1.HeaderClassName
{
color: #BACAF3;
}
.AnyTagClassName
{
color: #BACAF3;
}
</style>
background-color css
<style>
a { background-color: #BACAF3; }
a { background-color: rgb(186,202,243); }
div.DivClassName
{
background-color: #BACAF3;
}
.BgClassName
{
background-color: #BACAF3;
}
</style>
border-color css
<style>
span { border-color: #BACAF3; }
span { border-color: rgb(186,202,243); }
td.TdClassName
{
border-color: #BACAF3;
}
.TagClassName
{
border-color: #BACAF3;
}
</style>