Shades of Periwinkle #BACAF1
Tints of Periwinkle #BACAF1
RGB
CMYK
RGB Variations
Color information
#BACAF1 (or 0xBACAF1) is known color: Periwinkle. HEX triplet: BA, CA and F1. RGB value is (186,202,241). Sum of RGB (Red+Green+Blue) = 186+202+241=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF1 is #45350E. Grayscale: #C9C9C9. Windows color (decimal): -4535567 or 15846074. OLE color: 15846074.
HSL color Cylindrical-coordinate representation of color #BACAF1: hue angle of 222.55º degrees, saturation: 0.66, 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 #BACAF1 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 202 | 241 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.05 |
| HSL | 222.55º | 0.66% | 0.84% | - |
| HSV(B) | 222.55º | 0.23% | 0.95% | - |
| XYZ | 57.25 | 59.03 | 91.6 | - |
| YUV | 201.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 241 | 0.23 | 0.16 | 0 | 0.05 | 222.55 | 0.66 | 0.84 |
| Hex | BA | CA | F1 | 17 | 10 | 0 | 5 | DF | 42 | 54 |
| Octal | 272 | 312 | 361 | 27 | 20 | 0 | 5 | 337 | 102 | 124 |
| Binary | 10111010 | 11001010 | 11110001 | 10111 | 10000 | 0 | 101 | 11011111 | 1000010 | 1010100 |
Color Harmonies of #BACAF1
Complementary color
Monochromatic Colors of #BACAF1
Black with #BACAF1
Text Example
Text Example
White with #BACAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAF1; }
p { color: rgb(186,202,241); }
H1.HeaderClassName
{
color: #BACAF1;
}
.AnyTagClassName
{
color: #BACAF1;
}
</style>
background-color css
<style>
a { background-color: #BACAF1; }
a { background-color: rgb(186,202,241); }
div.DivClassName
{
background-color: #BACAF1;
}
.BgClassName
{
background-color: #BACAF1;
}
</style>
border-color css
<style>
span { border-color: #BACAF1; }
span { border-color: rgb(186,202,241); }
td.TdClassName
{
border-color: #BACAF1;
}
.TagClassName
{
border-color: #BACAF1;
}
</style>