Shades of Periwinkle #BAC7E6
Tints of Periwinkle #BAC7E6
RGB
CMYK
RGB Variations
Color information
#BAC7E6 (or 0xBAC7E6) is known color: Periwinkle. HEX triplet: BA, C7 and E6. RGB value is (186,199,230). Sum of RGB (Red+Green+Blue) = 186+199+230=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7E6 is #453819. Grayscale: #C6C6C6. Windows color (decimal): -4536346 or 15124410. OLE color: 15124410.
HSL color Cylindrical-coordinate representation of color #BAC7E6: hue angle of 222.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC7E6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 199 | 230 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.10 |
| HSL | 222.27º | 0.47% | 0.82% | - |
| HSV(B) | 222.27º | 0.19% | 0.9% | - |
| XYZ | 54.96 | 57 | 82.97 | - |
| YUV | 198.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 230 | 0.19 | 0.13 | 0 | 0.10 | 222.27 | 0.47 | 0.82 |
| Hex | BA | C7 | E6 | 13 | D | 0 | A | DE | 2F | 52 |
| Octal | 272 | 307 | 346 | 23 | 15 | 0 | 12 | 336 | 57 | 122 |
| Binary | 10111010 | 11000111 | 11100110 | 10011 | 1101 | 0 | 1010 | 11011110 | 101111 | 1010010 |
Color Harmonies of #BAC7E6
Complementary color
Monochromatic Colors of #BAC7E6
Black with #BAC7E6
Text Example
Text Example
White with #BAC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7E6; }
p { color: rgb(186,199,230); }
H1.HeaderClassName
{
color: #BAC7E6;
}
.AnyTagClassName
{
color: #BAC7E6;
}
</style>
background-color css
<style>
a { background-color: #BAC7E6; }
a { background-color: rgb(186,199,230); }
div.DivClassName
{
background-color: #BAC7E6;
}
.BgClassName
{
background-color: #BAC7E6;
}
</style>
border-color css
<style>
span { border-color: #BAC7E6; }
span { border-color: rgb(186,199,230); }
td.TdClassName
{
border-color: #BAC7E6;
}
.TagClassName
{
border-color: #BAC7E6;
}
</style>