Shades of Periwinkle #BAC6F0
Tints of Periwinkle #BAC6F0
RGB
CMYK
RGB Variations
Color information
#BAC6F0 (or 0xBAC6F0) is known color: Periwinkle. HEX triplet: BA, C6 and F0. RGB value is (186,198,240). Sum of RGB (Red+Green+Blue) = 186+198+240=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6F0 is #45390F. Grayscale: #C7C7C7. Windows color (decimal): -4536592 or 15779514. OLE color: 15779514.
HSL color Cylindrical-coordinate representation of color #BAC6F0: hue angle of 226.67º 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 #BAC6F0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 198 | 240 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.06 |
| HSL | 226.67º | 0.64% | 0.84% | - |
| HSV(B) | 226.67º | 0.23% | 0.94% | - |
| XYZ | 56.17 | 57.12 | 90.5 | - |
| YUV | 199.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 240 | 0.22 | 0.18 | 0 | 0.06 | 226.67 | 0.64 | 0.84 |
| Hex | BA | C6 | F0 | 16 | 12 | 0 | 6 | E3 | 40 | 54 |
| Octal | 272 | 306 | 360 | 26 | 22 | 0 | 6 | 343 | 100 | 124 |
| Binary | 10111010 | 11000110 | 11110000 | 10110 | 10010 | 0 | 110 | 11100011 | 1000000 | 1010100 |
Color Harmonies of #BAC6F0
Complementary color
Monochromatic Colors of #BAC6F0
Black with #BAC6F0
Text Example
Text Example
White with #BAC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6F0; }
p { color: rgb(186,198,240); }
H1.HeaderClassName
{
color: #BAC6F0;
}
.AnyTagClassName
{
color: #BAC6F0;
}
</style>
background-color css
<style>
a { background-color: #BAC6F0; }
a { background-color: rgb(186,198,240); }
div.DivClassName
{
background-color: #BAC6F0;
}
.BgClassName
{
background-color: #BAC6F0;
}
</style>
border-color css
<style>
span { border-color: #BAC6F0; }
span { border-color: rgb(186,198,240); }
td.TdClassName
{
border-color: #BAC6F0;
}
.TagClassName
{
border-color: #BAC6F0;
}
</style>