Shades of Periwinkle #BAC7F1
Tints of Periwinkle #BAC7F1
RGB
CMYK
RGB Variations
Color information
#BAC7F1 (or 0xBAC7F1) is known color: Periwinkle. HEX triplet: BA, C7 and F1. RGB value is (186,199,241). Sum of RGB (Red+Green+Blue) = 186+199+241=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F1 is #45380E. Grayscale: #C7C7C7. Windows color (decimal): -4536335 or 15845306. OLE color: 15845306.
HSL color Cylindrical-coordinate representation of color #BAC7F1: hue angle of 225.82º 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 #BAC7F1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 199 | 241 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.05 |
| HSL | 225.82º | 0.66% | 0.84% | - |
| HSV(B) | 225.82º | 0.23% | 0.95% | - |
| XYZ | 56.55 | 57.64 | 91.36 | - |
| YUV | 199.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 241 | 0.23 | 0.17 | 0 | 0.05 | 225.82 | 0.66 | 0.84 |
| Hex | BA | C7 | F1 | 17 | 11 | 0 | 5 | E2 | 42 | 54 |
| Octal | 272 | 307 | 361 | 27 | 21 | 0 | 5 | 342 | 102 | 124 |
| Binary | 10111010 | 11000111 | 11110001 | 10111 | 10001 | 0 | 101 | 11100010 | 1000010 | 1010100 |
Color Harmonies of #BAC7F1
Complementary color
Monochromatic Colors of #BAC7F1
Black with #BAC7F1
Text Example
Text Example
White with #BAC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7F1; }
p { color: rgb(186,199,241); }
H1.HeaderClassName
{
color: #BAC7F1;
}
.AnyTagClassName
{
color: #BAC7F1;
}
</style>
background-color css
<style>
a { background-color: #BAC7F1; }
a { background-color: rgb(186,199,241); }
div.DivClassName
{
background-color: #BAC7F1;
}
.BgClassName
{
background-color: #BAC7F1;
}
</style>
border-color css
<style>
span { border-color: #BAC7F1; }
span { border-color: rgb(186,199,241); }
td.TdClassName
{
border-color: #BAC7F1;
}
.TagClassName
{
border-color: #BAC7F1;
}
</style>