Shades of Periwinkle #BAC0D8
Tints of Periwinkle #BAC0D8
RGB
CMYK
RGB Variations
Color information
#BAC0D8 (or 0xBAC0D8) is known color: Periwinkle. HEX triplet: BA, C0 and D8. RGB value is (186,192,216). Sum of RGB (Red+Green+Blue) = 186+192+216=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D8 is #453F27. Grayscale: #C0C0C0. Windows color (decimal): -4538152 or 14205114. OLE color: 14205114.
HSL color Cylindrical-coordinate representation of color #BAC0D8: hue angle of 228º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC0D8 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 192 | 216 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.15 |
| HSL | 228º | 0.28% | 0.79% | - |
| HSV(B) | 228º | 0.14% | 0.85% | - |
| XYZ | 51.49 | 53.1 | 72.5 | - |
| YUV | 192.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 216 | 0.14 | 0.11 | 0 | 0.15 | 228 | 0.28 | 0.79 |
| Hex | BA | C0 | D8 | E | B | 0 | F | E4 | 1C | 4F |
| Octal | 272 | 300 | 330 | 16 | 13 | 0 | 17 | 344 | 34 | 117 |
| Binary | 10111010 | 11000000 | 11011000 | 1110 | 1011 | 0 | 1111 | 11100100 | 11100 | 1001111 |
Color Harmonies of #BAC0D8
Complementary color
Monochromatic Colors of #BAC0D8
Black with #BAC0D8
Text Example
Text Example
White with #BAC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0D8; }
p { color: rgb(186,192,216); }
H1.HeaderClassName
{
color: #BAC0D8;
}
.AnyTagClassName
{
color: #BAC0D8;
}
</style>
background-color css
<style>
a { background-color: #BAC0D8; }
a { background-color: rgb(186,192,216); }
div.DivClassName
{
background-color: #BAC0D8;
}
.BgClassName
{
background-color: #BAC0D8;
}
</style>
border-color css
<style>
span { border-color: #BAC0D8; }
span { border-color: rgb(186,192,216); }
td.TdClassName
{
border-color: #BAC0D8;
}
.TagClassName
{
border-color: #BAC0D8;
}
</style>