Shades of Periwinkle #BAC8FC
Tints of Periwinkle #BAC8FC
RGB
CMYK
RGB Variations
Color information
#BAC8FC (or 0xBAC8FC) is known color: Periwinkle. HEX triplet: BA, C8 and FC. RGB value is (186,200,252). Sum of RGB (Red+Green+Blue) = 186+200+252=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FC is #453703. Grayscale: #C9C9C9. Windows color (decimal): -4536068 or 16566458. OLE color: 16566458.
HSL color Cylindrical-coordinate representation of color #BAC8FC: hue angle of 227.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC8FC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 200 | 252 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.01 |
| HSL | 227.27º | 0.92% | 0.86% | - |
| HSV(B) | 227.27º | 0.26% | 0.99% | - |
| XYZ | 58.47 | 58.78 | 100.36 | - |
| YUV | 201.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 252 | 0.26 | 0.21 | 0 | 0.01 | 227.27 | 0.92 | 0.86 |
| Hex | BA | C8 | FC | 1A | 15 | 0 | 1 | E3 | 5C | 56 |
| Octal | 272 | 310 | 374 | 32 | 25 | 0 | 1 | 343 | 134 | 126 |
| Binary | 10111010 | 11001000 | 11111100 | 11010 | 10101 | 0 | 1 | 11100011 | 1011100 | 1010110 |
Color Harmonies of #BAC8FC
Complementary color
Monochromatic Colors of #BAC8FC
Black with #BAC8FC
Text Example
Text Example
White with #BAC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8FC; }
p { color: rgb(186,200,252); }
H1.HeaderClassName
{
color: #BAC8FC;
}
.AnyTagClassName
{
color: #BAC8FC;
}
</style>
background-color css
<style>
a { background-color: #BAC8FC; }
a { background-color: rgb(186,200,252); }
div.DivClassName
{
background-color: #BAC8FC;
}
.BgClassName
{
background-color: #BAC8FC;
}
</style>
border-color css
<style>
span { border-color: #BAC8FC; }
span { border-color: rgb(186,200,252); }
td.TdClassName
{
border-color: #BAC8FC;
}
.TagClassName
{
border-color: #BAC8FC;
}
</style>