Shades of Periwinkle #BAC7E7
Tints of Periwinkle #BAC7E7
RGB
CMYK
RGB Variations
Color information
#BAC7E7 (or 0xBAC7E7) is known color: Periwinkle. HEX triplet: BA, C7 and E7. RGB value is (186,199,231). Sum of RGB (Red+Green+Blue) = 186+199+231=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7E7 is #453818. Grayscale: #C6C6C6. Windows color (decimal): -4536345 or 15189946. OLE color: 15189946.
HSL color Cylindrical-coordinate representation of color #BAC7E7: hue angle of 222.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC7E7 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 199 | 231 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.09 |
| HSL | 222.67º | 0.48% | 0.82% | - |
| HSV(B) | 222.67º | 0.19% | 0.91% | - |
| XYZ | 55.1 | 57.06 | 83.71 | - |
| YUV | 198.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 231 | 0.19 | 0.14 | 0 | 0.09 | 222.67 | 0.48 | 0.82 |
| Hex | BA | C7 | E7 | 13 | E | 0 | 9 | DF | 30 | 52 |
| Octal | 272 | 307 | 347 | 23 | 16 | 0 | 11 | 337 | 60 | 122 |
| Binary | 10111010 | 11000111 | 11100111 | 10011 | 1110 | 0 | 1001 | 11011111 | 110000 | 1010010 |
Color Harmonies of #BAC7E7
Complementary color
Monochromatic Colors of #BAC7E7
Black with #BAC7E7
Text Example
Text Example
White with #BAC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7E7; }
p { color: rgb(186,199,231); }
H1.HeaderClassName
{
color: #BAC7E7;
}
.AnyTagClassName
{
color: #BAC7E7;
}
</style>
background-color css
<style>
a { background-color: #BAC7E7; }
a { background-color: rgb(186,199,231); }
div.DivClassName
{
background-color: #BAC7E7;
}
.BgClassName
{
background-color: #BAC7E7;
}
</style>
border-color css
<style>
span { border-color: #BAC7E7; }
span { border-color: rgb(186,199,231); }
td.TdClassName
{
border-color: #BAC7E7;
}
.TagClassName
{
border-color: #BAC7E7;
}
</style>