Shades of Periwinkle #BAC9F2
Tints of Periwinkle #BAC9F2
RGB
CMYK
RGB Variations
Color information
#BAC9F2 (or 0xBAC9F2) is known color: Periwinkle. HEX triplet: BA, C9 and F2. RGB value is (186,201,242). Sum of RGB (Red+Green+Blue) = 186+201+242=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9F2 is #45360D. Grayscale: #C9C9C9. Windows color (decimal): -4535822 or 15911354. OLE color: 15911354.
HSL color Cylindrical-coordinate representation of color #BAC9F2: hue angle of 223.93º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC9F2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 201 | 242 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.05 |
| HSL | 223.93º | 0.68% | 0.84% | - |
| HSV(B) | 223.93º | 0.23% | 0.95% | - |
| XYZ | 57.16 | 58.62 | 92.31 | - |
| YUV | 201.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 242 | 0.23 | 0.17 | 0 | 0.05 | 223.93 | 0.68 | 0.84 |
| Hex | BA | C9 | F2 | 17 | 11 | 0 | 5 | E0 | 44 | 54 |
| Octal | 272 | 311 | 362 | 27 | 21 | 0 | 5 | 340 | 104 | 124 |
| Binary | 10111010 | 11001001 | 11110010 | 10111 | 10001 | 0 | 101 | 11100000 | 1000100 | 1010100 |
Color Harmonies of #BAC9F2
Complementary color
Monochromatic Colors of #BAC9F2
Black with #BAC9F2
Text Example
Text Example
White with #BAC9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9F2; }
p { color: rgb(186,201,242); }
H1.HeaderClassName
{
color: #BAC9F2;
}
.AnyTagClassName
{
color: #BAC9F2;
}
</style>
background-color css
<style>
a { background-color: #BAC9F2; }
a { background-color: rgb(186,201,242); }
div.DivClassName
{
background-color: #BAC9F2;
}
.BgClassName
{
background-color: #BAC9F2;
}
</style>
border-color css
<style>
span { border-color: #BAC9F2; }
span { border-color: rgb(186,201,242); }
td.TdClassName
{
border-color: #BAC9F2;
}
.TagClassName
{
border-color: #BAC9F2;
}
</style>