Shades of Periwinkle #BAC7F0
Tints of Periwinkle #BAC7F0
RGB
CMYK
RGB Variations
Color information
#BAC7F0 (or 0xBAC7F0) is known color: Periwinkle. HEX triplet: BA, C7 and F0. RGB value is (186,199,240). Sum of RGB (Red+Green+Blue) = 186+199+240=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F0 is #45380F. Grayscale: #C7C7C7. Windows color (decimal): -4536336 or 15779770. OLE color: 15779770.
HSL color Cylindrical-coordinate representation of color #BAC7F0: hue angle of 225.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC7F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 199 | 240 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.06 |
| HSL | 225.56º | 0.64% | 0.84% | - |
| HSV(B) | 225.56º | 0.23% | 0.94% | - |
| XYZ | 56.4 | 57.58 | 90.58 | - |
| YUV | 199.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 240 | 0.22 | 0.17 | 0 | 0.06 | 225.56 | 0.64 | 0.84 |
| Hex | BA | C7 | F0 | 16 | 11 | 0 | 6 | E2 | 40 | 54 |
| Octal | 272 | 307 | 360 | 26 | 21 | 0 | 6 | 342 | 100 | 124 |
| Binary | 10111010 | 11000111 | 11110000 | 10110 | 10001 | 0 | 110 | 11100010 | 1000000 | 1010100 |
Color Harmonies of #BAC7F0
Complementary color
Monochromatic Colors of #BAC7F0
Black with #BAC7F0
Text Example
Text Example
White with #BAC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7F0; }
p { color: rgb(186,199,240); }
H1.HeaderClassName
{
color: #BAC7F0;
}
.AnyTagClassName
{
color: #BAC7F0;
}
</style>
background-color css
<style>
a { background-color: #BAC7F0; }
a { background-color: rgb(186,199,240); }
div.DivClassName
{
background-color: #BAC7F0;
}
.BgClassName
{
background-color: #BAC7F0;
}
</style>
border-color css
<style>
span { border-color: #BAC7F0; }
span { border-color: rgb(186,199,240); }
td.TdClassName
{
border-color: #BAC7F0;
}
.TagClassName
{
border-color: #BAC7F0;
}
</style>