Shades of Periwinkle #BAC6DF
Tints of Periwinkle #BAC6DF
RGB
CMYK
RGB Variations
Color information
#BAC6DF (or 0xBAC6DF) is known color: Periwinkle. HEX triplet: BA, C6 and DF. RGB value is (186,198,223). Sum of RGB (Red+Green+Blue) = 186+198+223=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6DF is #453920. Grayscale: #C5C5C5. Windows color (decimal): -4536609 or 14665402. OLE color: 14665402.
HSL color Cylindrical-coordinate representation of color #BAC6DF: hue angle of 220.54º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC6DF is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 198 | 223 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.13 |
| HSL | 220.54º | 0.37% | 0.8% | - |
| HSV(B) | 220.54º | 0.17% | 0.87% | - |
| XYZ | 53.76 | 56.15 | 77.82 | - |
| YUV | 197.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 223 | 0.17 | 0.11 | 0 | 0.13 | 220.54 | 0.37 | 0.8 |
| Hex | BA | C6 | DF | 11 | B | 0 | D | DD | 25 | 50 |
| Octal | 272 | 306 | 337 | 21 | 13 | 0 | 15 | 335 | 45 | 120 |
| Binary | 10111010 | 11000110 | 11011111 | 10001 | 1011 | 0 | 1101 | 11011101 | 100101 | 1010000 |
Color Harmonies of #BAC6DF
Complementary color
Monochromatic Colors of #BAC6DF
Black with #BAC6DF
Text Example
Text Example
White with #BAC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6DF; }
p { color: rgb(186,198,223); }
H1.HeaderClassName
{
color: #BAC6DF;
}
.AnyTagClassName
{
color: #BAC6DF;
}
</style>
background-color css
<style>
a { background-color: #BAC6DF; }
a { background-color: rgb(186,198,223); }
div.DivClassName
{
background-color: #BAC6DF;
}
.BgClassName
{
background-color: #BAC6DF;
}
</style>
border-color css
<style>
span { border-color: #BAC6DF; }
span { border-color: rgb(186,198,223); }
td.TdClassName
{
border-color: #BAC6DF;
}
.TagClassName
{
border-color: #BAC6DF;
}
</style>