Shades of Periwinkle #BAC3E6
Tints of Periwinkle #BAC3E6
RGB
CMYK
RGB Variations
Color information
#BAC3E6 (or 0xBAC3E6) is known color: Periwinkle. HEX triplet: BA, C3 and E6. RGB value is (186,195,230). Sum of RGB (Red+Green+Blue) = 186+195+230=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAC3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3E6 is #453C19. Grayscale: #C4C4C4. Windows color (decimal): -4537370 or 15123386. OLE color: 15123386.
HSL color Cylindrical-coordinate representation of color #BAC3E6: hue angle of 227.73º 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 #BAC3E6 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 195 | 230 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.10 |
| HSL | 227.73º | 0.47% | 0.82% | - |
| HSV(B) | 227.73º | 0.19% | 0.9% | - |
| XYZ | 54.05 | 55.18 | 82.67 | - |
| YUV | 196.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 230 | 0.19 | 0.15 | 0 | 0.10 | 227.73 | 0.47 | 0.82 |
| Hex | BA | C3 | E6 | 13 | F | 0 | A | E4 | 2F | 52 |
| Octal | 272 | 303 | 346 | 23 | 17 | 0 | 12 | 344 | 57 | 122 |
| Binary | 10111010 | 11000011 | 11100110 | 10011 | 1111 | 0 | 1010 | 11100100 | 101111 | 1010010 |
Color Harmonies of #BAC3E6
Complementary color
Monochromatic Colors of #BAC3E6
Black with #BAC3E6
Text Example
Text Example
White with #BAC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3E6; }
p { color: rgb(186,195,230); }
H1.HeaderClassName
{
color: #BAC3E6;
}
.AnyTagClassName
{
color: #BAC3E6;
}
</style>
background-color css
<style>
a { background-color: #BAC3E6; }
a { background-color: rgb(186,195,230); }
div.DivClassName
{
background-color: #BAC3E6;
}
.BgClassName
{
background-color: #BAC3E6;
}
</style>
border-color css
<style>
span { border-color: #BAC3E6; }
span { border-color: rgb(186,195,230); }
td.TdClassName
{
border-color: #BAC3E6;
}
.TagClassName
{
border-color: #BAC3E6;
}
</style>