Shades of Periwinkle #BAC1DD
Tints of Periwinkle #BAC1DD
RGB
CMYK
RGB Variations
Color information
#BAC1DD (or 0xBAC1DD) is known color: Periwinkle. HEX triplet: BA, C1 and DD. RGB value is (186,193,221). Sum of RGB (Red+Green+Blue) = 186+193+221=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1DD is #453E22. Grayscale: #C1C1C1. Windows color (decimal): -4537891 or 14533050. OLE color: 14533050.
HSL color Cylindrical-coordinate representation of color #BAC1DD: hue angle of 228º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC1DD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 193 | 221 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.13 |
| HSL | 228º | 0.34% | 0.8% | - |
| HSV(B) | 228º | 0.16% | 0.87% | - |
| XYZ | 52.37 | 53.8 | 76.03 | - |
| YUV | 194.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 221 | 0.16 | 0.13 | 0 | 0.13 | 228 | 0.34 | 0.8 |
| Hex | BA | C1 | DD | 10 | D | 0 | D | E4 | 22 | 50 |
| Octal | 272 | 301 | 335 | 20 | 15 | 0 | 15 | 344 | 42 | 120 |
| Binary | 10111010 | 11000001 | 11011101 | 10000 | 1101 | 0 | 1101 | 11100100 | 100010 | 1010000 |
Color Harmonies of #BAC1DD
Complementary color
Monochromatic Colors of #BAC1DD
Black with #BAC1DD
Text Example
Text Example
White with #BAC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC1DD; }
p { color: rgb(186,193,221); }
H1.HeaderClassName
{
color: #BAC1DD;
}
.AnyTagClassName
{
color: #BAC1DD;
}
</style>
background-color css
<style>
a { background-color: #BAC1DD; }
a { background-color: rgb(186,193,221); }
div.DivClassName
{
background-color: #BAC1DD;
}
.BgClassName
{
background-color: #BAC1DD;
}
</style>
border-color css
<style>
span { border-color: #BAC1DD; }
span { border-color: rgb(186,193,221); }
td.TdClassName
{
border-color: #BAC1DD;
}
.TagClassName
{
border-color: #BAC1DD;
}
</style>