Shades of Periwinkle #BAC5F7
Tints of Periwinkle #BAC5F7
RGB
CMYK
RGB Variations
Color information
#BAC5F7 (or 0xBAC5F7) is known color: Periwinkle. HEX triplet: BA, C5 and F7. RGB value is (186,197,247). Sum of RGB (Red+Green+Blue) = 186+197+247=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5F7 is #453A08. Grayscale: #C7C7C7. Windows color (decimal): -4536841 or 16238010. OLE color: 16238010.
HSL color Cylindrical-coordinate representation of color #BAC5F7: hue angle of 229.18º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAC5F7 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 197 | 247 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.03 |
| HSL | 229.18º | 0.79% | 0.85% | - |
| HSV(B) | 229.18º | 0.25% | 0.97% | - |
| XYZ | 57 | 57.09 | 96.01 | - |
| YUV | 199.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 247 | 0.25 | 0.20 | 0 | 0.03 | 229.18 | 0.79 | 0.85 |
| Hex | BA | C5 | F7 | 19 | 14 | 0 | 3 | E5 | 4F | 55 |
| Octal | 272 | 305 | 367 | 31 | 24 | 0 | 3 | 345 | 117 | 125 |
| Binary | 10111010 | 11000101 | 11110111 | 11001 | 10100 | 0 | 11 | 11100101 | 1001111 | 1010101 |
Color Harmonies of #BAC5F7
Complementary color
Monochromatic Colors of #BAC5F7
Black with #BAC5F7
Text Example
Text Example
White with #BAC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5F7; }
p { color: rgb(186,197,247); }
H1.HeaderClassName
{
color: #BAC5F7;
}
.AnyTagClassName
{
color: #BAC5F7;
}
</style>
background-color css
<style>
a { background-color: #BAC5F7; }
a { background-color: rgb(186,197,247); }
div.DivClassName
{
background-color: #BAC5F7;
}
.BgClassName
{
background-color: #BAC5F7;
}
</style>
border-color css
<style>
span { border-color: #BAC5F7; }
span { border-color: rgb(186,197,247); }
td.TdClassName
{
border-color: #BAC5F7;
}
.TagClassName
{
border-color: #BAC5F7;
}
</style>