Shades of Periwinkle #BAC8F7
Tints of Periwinkle #BAC8F7
RGB
CMYK
RGB Variations
Color information
#BAC8F7 (or 0xBAC8F7) is known color: Periwinkle. HEX triplet: BA, C8 and F7. RGB value is (186,200,247). Sum of RGB (Red+Green+Blue) = 186+200+247=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAC8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8F7 is #453708. Grayscale: #C8C8C8. Windows color (decimal): -4536073 or 16238778. OLE color: 16238778.
HSL color Cylindrical-coordinate representation of color #BAC8F7: hue angle of 226.23º 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 #BAC8F7 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 200 | 247 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.03 |
| HSL | 226.23º | 0.79% | 0.85% | - |
| HSV(B) | 226.23º | 0.25% | 0.97% | - |
| XYZ | 57.69 | 58.46 | 96.24 | - |
| YUV | 201.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 247 | 0.25 | 0.19 | 0 | 0.03 | 226.23 | 0.79 | 0.85 |
| Hex | BA | C8 | F7 | 19 | 13 | 0 | 3 | E2 | 4F | 55 |
| Octal | 272 | 310 | 367 | 31 | 23 | 0 | 3 | 342 | 117 | 125 |
| Binary | 10111010 | 11001000 | 11110111 | 11001 | 10011 | 0 | 11 | 11100010 | 1001111 | 1010101 |
Color Harmonies of #BAC8F7
Complementary color
Monochromatic Colors of #BAC8F7
Black with #BAC8F7
Text Example
Text Example
White with #BAC8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8F7; }
p { color: rgb(186,200,247); }
H1.HeaderClassName
{
color: #BAC8F7;
}
.AnyTagClassName
{
color: #BAC8F7;
}
</style>
background-color css
<style>
a { background-color: #BAC8F7; }
a { background-color: rgb(186,200,247); }
div.DivClassName
{
background-color: #BAC8F7;
}
.BgClassName
{
background-color: #BAC8F7;
}
</style>
border-color css
<style>
span { border-color: #BAC8F7; }
span { border-color: rgb(186,200,247); }
td.TdClassName
{
border-color: #BAC8F7;
}
.TagClassName
{
border-color: #BAC8F7;
}
</style>