Shades of Periwinkle #BAC8FA
Tints of Periwinkle #BAC8FA
RGB
CMYK
RGB Variations
Color information
#BAC8FA (or 0xBAC8FA) is known color: Periwinkle. HEX triplet: BA, C8 and FA. RGB value is (186,200,250). Sum of RGB (Red+Green+Blue) = 186+200+250=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FA is #453705. Grayscale: #C9C9C9. Windows color (decimal): -4536070 or 16435386. OLE color: 16435386.
HSL color Cylindrical-coordinate representation of color #BAC8FA: hue angle of 226.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC8FA is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 200 | 250 | - |
| CMYK | 0.26 | 0.2 | 0 | 0.02 |
| HSL | 226.88º | 0.86% | 0.85% | - |
| HSV(B) | 226.88º | 0.26% | 0.98% | - |
| XYZ | 58.16 | 58.65 | 98.7 | - |
| YUV | 201.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 250 | 0.26 | 0.2 | 0 | 0.02 | 226.88 | 0.86 | 0.85 |
| Hex | BA | C8 | FA | 1A | 14 | 0 | 2 | E3 | 56 | 55 |
| Octal | 272 | 310 | 372 | 32 | 24 | 0 | 2 | 343 | 126 | 125 |
| Binary | 10111010 | 11001000 | 11111010 | 11010 | 10100 | 0 | 10 | 11100011 | 1010110 | 1010101 |
Color Harmonies of #BAC8FA
Complementary color
Monochromatic Colors of #BAC8FA
Black with #BAC8FA
Text Example
Text Example
White with #BAC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8FA; }
p { color: rgb(186,200,250); }
H1.HeaderClassName
{
color: #BAC8FA;
}
.AnyTagClassName
{
color: #BAC8FA;
}
</style>
background-color css
<style>
a { background-color: #BAC8FA; }
a { background-color: rgb(186,200,250); }
div.DivClassName
{
background-color: #BAC8FA;
}
.BgClassName
{
background-color: #BAC8FA;
}
</style>
border-color css
<style>
span { border-color: #BAC8FA; }
span { border-color: rgb(186,200,250); }
td.TdClassName
{
border-color: #BAC8FA;
}
.TagClassName
{
border-color: #BAC8FA;
}
</style>