Shades of Periwinkle #BAC5ED
Tints of Periwinkle #BAC5ED
RGB
CMYK
RGB Variations
Color information
#BAC5ED (or 0xBAC5ED) is known color: Periwinkle. HEX triplet: BA, C5 and ED. RGB value is (186,197,237). Sum of RGB (Red+Green+Blue) = 186+197+237=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5ED is #453A12. Grayscale: #C6C6C6. Windows color (decimal): -4536851 or 15582650. OLE color: 15582650.
HSL color Cylindrical-coordinate representation of color #BAC5ED: hue angle of 227.06º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC5ED is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 197 | 237 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.07 |
| HSL | 227.06º | 0.59% | 0.83% | - |
| HSV(B) | 227.06º | 0.22% | 0.93% | - |
| XYZ | 55.5 | 56.49 | 88.1 | - |
| YUV | 198.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 237 | 0.22 | 0.17 | 0 | 0.07 | 227.06 | 0.59 | 0.83 |
| Hex | BA | C5 | ED | 16 | 11 | 0 | 7 | E3 | 3B | 53 |
| Octal | 272 | 305 | 355 | 26 | 21 | 0 | 7 | 343 | 73 | 123 |
| Binary | 10111010 | 11000101 | 11101101 | 10110 | 10001 | 0 | 111 | 11100011 | 111011 | 1010011 |
Color Harmonies of #BAC5ED
Complementary color
Monochromatic Colors of #BAC5ED
Black with #BAC5ED
Text Example
Text Example
White with #BAC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5ED; }
p { color: rgb(186,197,237); }
H1.HeaderClassName
{
color: #BAC5ED;
}
.AnyTagClassName
{
color: #BAC5ED;
}
</style>
background-color css
<style>
a { background-color: #BAC5ED; }
a { background-color: rgb(186,197,237); }
div.DivClassName
{
background-color: #BAC5ED;
}
.BgClassName
{
background-color: #BAC5ED;
}
</style>
border-color css
<style>
span { border-color: #BAC5ED; }
span { border-color: rgb(186,197,237); }
td.TdClassName
{
border-color: #BAC5ED;
}
.TagClassName
{
border-color: #BAC5ED;
}
</style>