Shades of Periwinkle #BAC3DC
Tints of Periwinkle #BAC3DC
RGB
CMYK
RGB Variations
Color information
#BAC3DC (or 0xBAC3DC) is known color: Periwinkle. HEX triplet: BA, C3 and DC. RGB value is (186,195,220). Sum of RGB (Red+Green+Blue) = 186+195+220=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DC is #453C23. Grayscale: #C3C3C3. Windows color (decimal): -4537380 or 14468026. OLE color: 14468026.
HSL color Cylindrical-coordinate representation of color #BAC3DC: hue angle of 224.12º 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 #BAC3DC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 195 | 220 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.14 |
| HSL | 224.12º | 0.33% | 0.8% | - |
| HSV(B) | 224.12º | 0.15% | 0.86% | - |
| XYZ | 52.68 | 54.64 | 75.48 | - |
| YUV | 195.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 220 | 0.15 | 0.11 | 0 | 0.14 | 224.12 | 0.33 | 0.8 |
| Hex | BA | C3 | DC | F | B | 0 | E | E0 | 21 | 50 |
| Octal | 272 | 303 | 334 | 17 | 13 | 0 | 16 | 340 | 41 | 120 |
| Binary | 10111010 | 11000011 | 11011100 | 1111 | 1011 | 0 | 1110 | 11100000 | 100001 | 1010000 |
Color Harmonies of #BAC3DC
Complementary color
Monochromatic Colors of #BAC3DC
Black with #BAC3DC
Text Example
Text Example
White with #BAC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3DC; }
p { color: rgb(186,195,220); }
H1.HeaderClassName
{
color: #BAC3DC;
}
.AnyTagClassName
{
color: #BAC3DC;
}
</style>
background-color css
<style>
a { background-color: #BAC3DC; }
a { background-color: rgb(186,195,220); }
div.DivClassName
{
background-color: #BAC3DC;
}
.BgClassName
{
background-color: #BAC3DC;
}
</style>
border-color css
<style>
span { border-color: #BAC3DC; }
span { border-color: rgb(186,195,220); }
td.TdClassName
{
border-color: #BAC3DC;
}
.TagClassName
{
border-color: #BAC3DC;
}
</style>