Shades of Periwinkle #BAC2E6
Tints of Periwinkle #BAC2E6
RGB
CMYK
RGB Variations
Color information
#BAC2E6 (or 0xBAC2E6) is known color: Periwinkle. HEX triplet: BA, C2 and E6. RGB value is (186,194,230). Sum of RGB (Red+Green+Blue) = 186+194+230=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAC2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC2E6 is #453D19. Grayscale: #C3C3C3. Windows color (decimal): -4537626 or 15123130. OLE color: 15123130.
HSL color Cylindrical-coordinate representation of color #BAC2E6: hue angle of 229.09º 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 #BAC2E6 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 194 | 230 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.10 |
| HSL | 229.09º | 0.47% | 0.82% | - |
| HSV(B) | 229.09º | 0.19% | 0.9% | - |
| XYZ | 53.82 | 54.74 | 82.59 | - |
| YUV | 195.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 230 | 0.19 | 0.16 | 0 | 0.10 | 229.09 | 0.47 | 0.82 |
| Hex | BA | C2 | E6 | 13 | 10 | 0 | A | E5 | 2F | 52 |
| Octal | 272 | 302 | 346 | 23 | 20 | 0 | 12 | 345 | 57 | 122 |
| Binary | 10111010 | 11000010 | 11100110 | 10011 | 10000 | 0 | 1010 | 11100101 | 101111 | 1010010 |
Color Harmonies of #BAC2E6
Complementary color
Monochromatic Colors of #BAC2E6
Black with #BAC2E6
Text Example
Text Example
White with #BAC2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2E6; }
p { color: rgb(186,194,230); }
H1.HeaderClassName
{
color: #BAC2E6;
}
.AnyTagClassName
{
color: #BAC2E6;
}
</style>
background-color css
<style>
a { background-color: #BAC2E6; }
a { background-color: rgb(186,194,230); }
div.DivClassName
{
background-color: #BAC2E6;
}
.BgClassName
{
background-color: #BAC2E6;
}
</style>
border-color css
<style>
span { border-color: #BAC2E6; }
span { border-color: rgb(186,194,230); }
td.TdClassName
{
border-color: #BAC2E6;
}
.TagClassName
{
border-color: #BAC2E6;
}
</style>