Shades of Periwinkle #BAC3E5
Tints of Periwinkle #BAC3E5
RGB
CMYK
RGB Variations
Color information
#BAC3E5 (or 0xBAC3E5) is known color: Periwinkle. HEX triplet: BA, C3 and E5. RGB value is (186,195,229). Sum of RGB (Red+Green+Blue) = 186+195+229=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3E5 is #453C1A. Grayscale: #C4C4C4. Windows color (decimal): -4537371 or 15057850. OLE color: 15057850.
HSL color Cylindrical-coordinate representation of color #BAC3E5: hue angle of 227.44º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC3E5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 195 | 229 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.10 |
| HSL | 227.44º | 0.45% | 0.81% | - |
| HSV(B) | 227.44º | 0.19% | 0.9% | - |
| XYZ | 53.91 | 55.13 | 81.93 | - |
| YUV | 196.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 229 | 0.19 | 0.15 | 0 | 0.10 | 227.44 | 0.45 | 0.81 |
| Hex | BA | C3 | E5 | 13 | F | 0 | A | E3 | 2D | 51 |
| Octal | 272 | 303 | 345 | 23 | 17 | 0 | 12 | 343 | 55 | 121 |
| Binary | 10111010 | 11000011 | 11100101 | 10011 | 1111 | 0 | 1010 | 11100011 | 101101 | 1010001 |
Color Harmonies of #BAC3E5
Complementary color
Monochromatic Colors of #BAC3E5
Black with #BAC3E5
Text Example
Text Example
White with #BAC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3E5; }
p { color: rgb(186,195,229); }
H1.HeaderClassName
{
color: #BAC3E5;
}
.AnyTagClassName
{
color: #BAC3E5;
}
</style>
background-color css
<style>
a { background-color: #BAC3E5; }
a { background-color: rgb(186,195,229); }
div.DivClassName
{
background-color: #BAC3E5;
}
.BgClassName
{
background-color: #BAC3E5;
}
</style>
border-color css
<style>
span { border-color: #BAC3E5; }
span { border-color: rgb(186,195,229); }
td.TdClassName
{
border-color: #BAC3E5;
}
.TagClassName
{
border-color: #BAC3E5;
}
</style>