Shades of Periwinkle #BAC7EE
Tints of Periwinkle #BAC7EE
RGB
CMYK
RGB Variations
Color information
#BAC7EE (or 0xBAC7EE) is known color: Periwinkle. HEX triplet: BA, C7 and EE. RGB value is (186,199,238). Sum of RGB (Red+Green+Blue) = 186+199+238=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7EE is #453811. Grayscale: #C7C7C7. Windows color (decimal): -4536338 or 15648698. OLE color: 15648698.
HSL color Cylindrical-coordinate representation of color #BAC7EE: hue angle of 225º degrees, saturation: 0.6, 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 #BAC7EE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 199 | 238 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.07 |
| HSL | 225º | 0.6% | 0.83% | - |
| HSV(B) | 225º | 0.22% | 0.93% | - |
| XYZ | 56.11 | 57.46 | 89.02 | - |
| YUV | 199.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 238 | 0.22 | 0.16 | 0 | 0.07 | 225 | 0.6 | 0.83 |
| Hex | BA | C7 | EE | 16 | 10 | 0 | 7 | E1 | 3C | 53 |
| Octal | 272 | 307 | 356 | 26 | 20 | 0 | 7 | 341 | 74 | 123 |
| Binary | 10111010 | 11000111 | 11101110 | 10110 | 10000 | 0 | 111 | 11100001 | 111100 | 1010011 |
Color Harmonies of #BAC7EE
Complementary color
Monochromatic Colors of #BAC7EE
Black with #BAC7EE
Text Example
Text Example
White with #BAC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7EE; }
p { color: rgb(186,199,238); }
H1.HeaderClassName
{
color: #BAC7EE;
}
.AnyTagClassName
{
color: #BAC7EE;
}
</style>
background-color css
<style>
a { background-color: #BAC7EE; }
a { background-color: rgb(186,199,238); }
div.DivClassName
{
background-color: #BAC7EE;
}
.BgClassName
{
background-color: #BAC7EE;
}
</style>
border-color css
<style>
span { border-color: #BAC7EE; }
span { border-color: rgb(186,199,238); }
td.TdClassName
{
border-color: #BAC7EE;
}
.TagClassName
{
border-color: #BAC7EE;
}
</style>