Shades of Periwinkle #BAC2DC
Tints of Periwinkle #BAC2DC
RGB
CMYK
RGB Variations
Color information
#BAC2DC (or 0xBAC2DC) is known color: Periwinkle. HEX triplet: BA, C2 and DC. RGB value is (186,194,220). Sum of RGB (Red+Green+Blue) = 186+194+220=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2DC is #453D23. Grayscale: #C2C2C2. Windows color (decimal): -4537636 or 14467770. OLE color: 14467770.
HSL color Cylindrical-coordinate representation of color #BAC2DC: hue angle of 225.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC2DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 194 | 220 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.14 |
| HSL | 225.88º | 0.33% | 0.8% | - |
| HSV(B) | 225.88º | 0.15% | 0.86% | - |
| XYZ | 52.46 | 54.19 | 75.4 | - |
| YUV | 194.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 220 | 0.15 | 0.12 | 0 | 0.14 | 225.88 | 0.33 | 0.8 |
| Hex | BA | C2 | DC | F | C | 0 | E | E2 | 21 | 50 |
| Octal | 272 | 302 | 334 | 17 | 14 | 0 | 16 | 342 | 41 | 120 |
| Binary | 10111010 | 11000010 | 11011100 | 1111 | 1100 | 0 | 1110 | 11100010 | 100001 | 1010000 |
Color Harmonies of #BAC2DC
Complementary color
Monochromatic Colors of #BAC2DC
Black with #BAC2DC
Text Example
Text Example
White with #BAC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2DC; }
p { color: rgb(186,194,220); }
H1.HeaderClassName
{
color: #BAC2DC;
}
.AnyTagClassName
{
color: #BAC2DC;
}
</style>
background-color css
<style>
a { background-color: #BAC2DC; }
a { background-color: rgb(186,194,220); }
div.DivClassName
{
background-color: #BAC2DC;
}
.BgClassName
{
background-color: #BAC2DC;
}
</style>
border-color css
<style>
span { border-color: #BAC2DC; }
span { border-color: rgb(186,194,220); }
td.TdClassName
{
border-color: #BAC2DC;
}
.TagClassName
{
border-color: #BAC2DC;
}
</style>