Shades of Periwinkle #BAC4ED
Tints of Periwinkle #BAC4ED
RGB
CMYK
RGB Variations
Color information
#BAC4ED (or 0xBAC4ED) is known color: Periwinkle. HEX triplet: BA, C4 and ED. RGB value is (186,196,237). Sum of RGB (Red+Green+Blue) = 186+196+237=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4ED is #453B12. Grayscale: #C5C5C5. Windows color (decimal): -4537107 or 15582394. OLE color: 15582394.
HSL color Cylindrical-coordinate representation of color #BAC4ED: hue angle of 228.24º 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 #BAC4ED is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 196 | 237 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.07 |
| HSL | 228.24º | 0.59% | 0.83% | - |
| HSV(B) | 228.24º | 0.22% | 0.93% | - |
| XYZ | 55.28 | 56.03 | 88.02 | - |
| YUV | 197.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 237 | 0.22 | 0.17 | 0 | 0.07 | 228.24 | 0.59 | 0.83 |
| Hex | BA | C4 | ED | 16 | 11 | 0 | 7 | E4 | 3B | 53 |
| Octal | 272 | 304 | 355 | 26 | 21 | 0 | 7 | 344 | 73 | 123 |
| Binary | 10111010 | 11000100 | 11101101 | 10110 | 10001 | 0 | 111 | 11100100 | 111011 | 1010011 |
Color Harmonies of #BAC4ED
Complementary color
Monochromatic Colors of #BAC4ED
Black with #BAC4ED
Text Example
Text Example
White with #BAC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4ED; }
p { color: rgb(186,196,237); }
H1.HeaderClassName
{
color: #BAC4ED;
}
.AnyTagClassName
{
color: #BAC4ED;
}
</style>
background-color css
<style>
a { background-color: #BAC4ED; }
a { background-color: rgb(186,196,237); }
div.DivClassName
{
background-color: #BAC4ED;
}
.BgClassName
{
background-color: #BAC4ED;
}
</style>
border-color css
<style>
span { border-color: #BAC4ED; }
span { border-color: rgb(186,196,237); }
td.TdClassName
{
border-color: #BAC4ED;
}
.TagClassName
{
border-color: #BAC4ED;
}
</style>