Shades of Periwinkle #BAC2DA
Tints of Periwinkle #BAC2DA
RGB
CMYK
RGB Variations
Color information
#BAC2DA (or 0xBAC2DA) is known color: Periwinkle. HEX triplet: BA, C2 and DA. RGB value is (186,194,218). Sum of RGB (Red+Green+Blue) = 186+194+218=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2DA is #453D25. Grayscale: #C2C2C2. Windows color (decimal): -4537638 or 14336698. OLE color: 14336698.
HSL color Cylindrical-coordinate representation of color #BAC2DA: hue angle of 225º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC2DA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 194 | 218 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.15 |
| HSL | 225º | 0.3% | 0.79% | - |
| HSV(B) | 225º | 0.15% | 0.85% | - |
| XYZ | 52.2 | 54.08 | 74.02 | - |
| YUV | 194.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 218 | 0.15 | 0.11 | 0 | 0.15 | 225 | 0.3 | 0.79 |
| Hex | BA | C2 | DA | F | B | 0 | F | E1 | 1E | 4F |
| Octal | 272 | 302 | 332 | 17 | 13 | 0 | 17 | 341 | 36 | 117 |
| Binary | 10111010 | 11000010 | 11011010 | 1111 | 1011 | 0 | 1111 | 11100001 | 11110 | 1001111 |
Color Harmonies of #BAC2DA
Complementary color
Monochromatic Colors of #BAC2DA
Black with #BAC2DA
Text Example
Text Example
White with #BAC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2DA; }
p { color: rgb(186,194,218); }
H1.HeaderClassName
{
color: #BAC2DA;
}
.AnyTagClassName
{
color: #BAC2DA;
}
</style>
background-color css
<style>
a { background-color: #BAC2DA; }
a { background-color: rgb(186,194,218); }
div.DivClassName
{
background-color: #BAC2DA;
}
.BgClassName
{
background-color: #BAC2DA;
}
</style>
border-color css
<style>
span { border-color: #BAC2DA; }
span { border-color: rgb(186,194,218); }
td.TdClassName
{
border-color: #BAC2DA;
}
.TagClassName
{
border-color: #BAC2DA;
}
</style>