Shades of Periwinkle #BAC5E7
Tints of Periwinkle #BAC5E7
RGB
CMYK
RGB Variations
Color information
#BAC5E7 (or 0xBAC5E7) is known color: Periwinkle. HEX triplet: BA, C5 and E7. RGB value is (186,197,231). Sum of RGB (Red+Green+Blue) = 186+197+231=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAC5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5E7 is #453A18. Grayscale: #C5C5C5. Windows color (decimal): -4536857 or 15189434. OLE color: 15189434.
HSL color Cylindrical-coordinate representation of color #BAC5E7: hue angle of 225.33º 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 #BAC5E7 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 186 | 197 | 231 | - |
CMYK | 0.19 | 0.15 | 0 | 0.09 |
HSL | 225.33º | 0.48% | 0.82% | - |
HSV(B) | 225.33º | 0.19% | 0.91% | - |
XYZ | 54.64 | 56.14 | 83.56 | - |
YUV | 197.59 | 146.86 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 197 | 231 | 0.19 | 0.15 | 0 | 0.09 | 225.33 | 0.48 | 0.82 |
Hex | BA | C5 | E7 | 13 | F | 0 | 9 | E1 | 30 | 52 |
Octal | 272 | 305 | 347 | 23 | 17 | 0 | 11 | 341 | 60 | 122 |
Binary | 10111010 | 11000101 | 11100111 | 10011 | 1111 | 0 | 1001 | 11100001 | 110000 | 1010010 |
Color Harmonies of #BAC5E7
Complementary color
Monochromatic Colors of #BAC5E7
Black with #BAC5E7
Text Example
Text Example
White with #BAC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5E7; }
p { color: rgb(186,197,231); }
H1.HeaderClassName
{
color: #BAC5E7;
}
.AnyTagClassName
{
color: #BAC5E7;
}
</style>
background-color css
<style>
a { background-color: #BAC5E7; }
a { background-color: rgb(186,197,231); }
div.DivClassName
{
background-color: #BAC5E7;
}
.BgClassName
{
background-color: #BAC5E7;
}
</style>
border-color css
<style>
span { border-color: #BAC5E7; }
span { border-color: rgb(186,197,231); }
td.TdClassName
{
border-color: #BAC5E7;
}
.TagClassName
{
border-color: #BAC5E7;
}
</style>