Shades of Periwinkle #BAC7EA
Tints of Periwinkle #BAC7EA
RGB
CMYK
RGB Variations
Color information
#BAC7EA (or 0xBAC7EA) is known color: Periwinkle. HEX triplet: BA, C7 and EA. RGB value is (186,199,234). Sum of RGB (Red+Green+Blue) = 186+199+234=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7EA is #453815. Grayscale: #C6C6C6. Windows color (decimal): -4536342 or 15386554. OLE color: 15386554.
HSL color Cylindrical-coordinate representation of color #BAC7EA: hue angle of 223.75º 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 #BAC7EA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 199 | 234 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.08 |
| HSL | 223.75º | 0.53% | 0.82% | - |
| HSV(B) | 223.75º | 0.21% | 0.92% | - |
| XYZ | 55.52 | 57.23 | 85.96 | - |
| YUV | 199.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 234 | 0.21 | 0.15 | 0 | 0.08 | 223.75 | 0.53 | 0.82 |
| Hex | BA | C7 | EA | 15 | F | 0 | 8 | E0 | 35 | 52 |
| Octal | 272 | 307 | 352 | 25 | 17 | 0 | 10 | 340 | 65 | 122 |
| Binary | 10111010 | 11000111 | 11101010 | 10101 | 1111 | 0 | 1000 | 11100000 | 110101 | 1010010 |
Color Harmonies of #BAC7EA
Complementary color
Monochromatic Colors of #BAC7EA
Black with #BAC7EA
Text Example
Text Example
White with #BAC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7EA; }
p { color: rgb(186,199,234); }
H1.HeaderClassName
{
color: #BAC7EA;
}
.AnyTagClassName
{
color: #BAC7EA;
}
</style>
background-color css
<style>
a { background-color: #BAC7EA; }
a { background-color: rgb(186,199,234); }
div.DivClassName
{
background-color: #BAC7EA;
}
.BgClassName
{
background-color: #BAC7EA;
}
</style>
border-color css
<style>
span { border-color: #BAC7EA; }
span { border-color: rgb(186,199,234); }
td.TdClassName
{
border-color: #BAC7EA;
}
.TagClassName
{
border-color: #BAC7EA;
}
</style>