Shades of Periwinkle #BAC6EA
Tints of Periwinkle #BAC6EA
RGB
CMYK
RGB Variations
Color information
#BAC6EA (or 0xBAC6EA) is known color: Periwinkle. HEX triplet: BA, C6 and EA. RGB value is (186,198,234). Sum of RGB (Red+Green+Blue) = 186+198+234=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6EA is #453915. Grayscale: #C6C6C6. Windows color (decimal): -4536598 or 15386298. OLE color: 15386298.
HSL color Cylindrical-coordinate representation of color #BAC6EA: hue angle of 225º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC6EA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 198 | 234 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.08 |
| HSL | 225º | 0.53% | 0.82% | - |
| HSV(B) | 225º | 0.21% | 0.92% | - |
| XYZ | 55.3 | 56.77 | 85.88 | - |
| YUV | 198.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 234 | 0.21 | 0.15 | 0 | 0.08 | 225 | 0.53 | 0.82 |
| Hex | BA | C6 | EA | 15 | F | 0 | 8 | E1 | 35 | 52 |
| Octal | 272 | 306 | 352 | 25 | 17 | 0 | 10 | 341 | 65 | 122 |
| Binary | 10111010 | 11000110 | 11101010 | 10101 | 1111 | 0 | 1000 | 11100001 | 110101 | 1010010 |
Color Harmonies of #BAC6EA
Complementary color
Monochromatic Colors of #BAC6EA
Black with #BAC6EA
Text Example
Text Example
White with #BAC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6EA; }
p { color: rgb(186,198,234); }
H1.HeaderClassName
{
color: #BAC6EA;
}
.AnyTagClassName
{
color: #BAC6EA;
}
</style>
background-color css
<style>
a { background-color: #BAC6EA; }
a { background-color: rgb(186,198,234); }
div.DivClassName
{
background-color: #BAC6EA;
}
.BgClassName
{
background-color: #BAC6EA;
}
</style>
border-color css
<style>
span { border-color: #BAC6EA; }
span { border-color: rgb(186,198,234); }
td.TdClassName
{
border-color: #BAC6EA;
}
.TagClassName
{
border-color: #BAC6EA;
}
</style>