Shades of Periwinkle #BAC9FB
Tints of Periwinkle #BAC9FB
RGB
CMYK
RGB Variations
Color information
#BAC9FB (or 0xBAC9FB) is known color: Periwinkle. HEX triplet: BA, C9 and FB. RGB value is (186,201,251). Sum of RGB (Red+Green+Blue) = 186+201+251=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9FB is #453604. Grayscale: #CACACA. Windows color (decimal): -4535813 or 16501178. OLE color: 16501178.
HSL color Cylindrical-coordinate representation of color #BAC9FB: hue angle of 226.15º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC9FB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 201 | 251 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.02 |
| HSL | 226.15º | 0.89% | 0.86% | - |
| HSV(B) | 226.15º | 0.26% | 0.98% | - |
| XYZ | 58.55 | 59.18 | 99.6 | - |
| YUV | 202.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 251 | 0.26 | 0.20 | 0 | 0.02 | 226.15 | 0.89 | 0.86 |
| Hex | BA | C9 | FB | 1A | 14 | 0 | 2 | E2 | 59 | 56 |
| Octal | 272 | 311 | 373 | 32 | 24 | 0 | 2 | 342 | 131 | 126 |
| Binary | 10111010 | 11001001 | 11111011 | 11010 | 10100 | 0 | 10 | 11100010 | 1011001 | 1010110 |
Color Harmonies of #BAC9FB
Complementary color
Monochromatic Colors of #BAC9FB
Black with #BAC9FB
Text Example
Text Example
White with #BAC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9FB; }
p { color: rgb(186,201,251); }
H1.HeaderClassName
{
color: #BAC9FB;
}
.AnyTagClassName
{
color: #BAC9FB;
}
</style>
background-color css
<style>
a { background-color: #BAC9FB; }
a { background-color: rgb(186,201,251); }
div.DivClassName
{
background-color: #BAC9FB;
}
.BgClassName
{
background-color: #BAC9FB;
}
</style>
border-color css
<style>
span { border-color: #BAC9FB; }
span { border-color: rgb(186,201,251); }
td.TdClassName
{
border-color: #BAC9FB;
}
.TagClassName
{
border-color: #BAC9FB;
}
</style>