Shades of Periwinkle #BAC8EF
Tints of Periwinkle #BAC8EF
RGB
CMYK
RGB Variations
Color information
#BAC8EF (or 0xBAC8EF) is known color: Periwinkle. HEX triplet: BA, C8 and EF. RGB value is (186,200,239). Sum of RGB (Red+Green+Blue) = 186+200+239=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8EF is #453710. Grayscale: #C8C8C8. Windows color (decimal): -4536081 or 15714490. OLE color: 15714490.
HSL color Cylindrical-coordinate representation of color #BAC8EF: hue angle of 224.15º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC8EF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 200 | 239 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.06 |
| HSL | 224.15º | 0.62% | 0.83% | - |
| HSV(B) | 224.15º | 0.22% | 0.94% | - |
| XYZ | 56.48 | 57.98 | 89.88 | - |
| YUV | 200.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 239 | 0.22 | 0.16 | 0 | 0.06 | 224.15 | 0.62 | 0.83 |
| Hex | BA | C8 | EF | 16 | 10 | 0 | 6 | E0 | 3E | 53 |
| Octal | 272 | 310 | 357 | 26 | 20 | 0 | 6 | 340 | 76 | 123 |
| Binary | 10111010 | 11001000 | 11101111 | 10110 | 10000 | 0 | 110 | 11100000 | 111110 | 1010011 |
Color Harmonies of #BAC8EF
Complementary color
Monochromatic Colors of #BAC8EF
Black with #BAC8EF
Text Example
Text Example
White with #BAC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8EF; }
p { color: rgb(186,200,239); }
H1.HeaderClassName
{
color: #BAC8EF;
}
.AnyTagClassName
{
color: #BAC8EF;
}
</style>
background-color css
<style>
a { background-color: #BAC8EF; }
a { background-color: rgb(186,200,239); }
div.DivClassName
{
background-color: #BAC8EF;
}
.BgClassName
{
background-color: #BAC8EF;
}
</style>
border-color css
<style>
span { border-color: #BAC8EF; }
span { border-color: rgb(186,200,239); }
td.TdClassName
{
border-color: #BAC8EF;
}
.TagClassName
{
border-color: #BAC8EF;
}
</style>