Shades of Periwinkle #BAC6E3
Tints of Periwinkle #BAC6E3
RGB
CMYK
RGB Variations
Color information
#BAC6E3 (or 0xBAC6E3) is known color: Periwinkle. HEX triplet: BA, C6 and E3. RGB value is (186,198,227). Sum of RGB (Red+Green+Blue) = 186+198+227=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAC6E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6E3 is #45391C. Grayscale: #C5C5C5. Windows color (decimal): -4536605 or 14927546. OLE color: 14927546.
HSL color Cylindrical-coordinate representation of color #BAC6E3: hue angle of 222.44º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC6E3 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 198 | 227 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.11 |
| HSL | 222.44º | 0.42% | 0.81% | - |
| HSV(B) | 222.44º | 0.18% | 0.89% | - |
| XYZ | 54.31 | 56.37 | 80.69 | - |
| YUV | 197.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 227 | 0.18 | 0.13 | 0 | 0.11 | 222.44 | 0.42 | 0.81 |
| Hex | BA | C6 | E3 | 12 | D | 0 | B | DE | 2A | 51 |
| Octal | 272 | 306 | 343 | 22 | 15 | 0 | 13 | 336 | 52 | 121 |
| Binary | 10111010 | 11000110 | 11100011 | 10010 | 1101 | 0 | 1011 | 11011110 | 101010 | 1010001 |
Color Harmonies of #BAC6E3
Complementary color
Monochromatic Colors of #BAC6E3
Black with #BAC6E3
Text Example
Text Example
White with #BAC6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6E3; }
p { color: rgb(186,198,227); }
H1.HeaderClassName
{
color: #BAC6E3;
}
.AnyTagClassName
{
color: #BAC6E3;
}
</style>
background-color css
<style>
a { background-color: #BAC6E3; }
a { background-color: rgb(186,198,227); }
div.DivClassName
{
background-color: #BAC6E3;
}
.BgClassName
{
background-color: #BAC6E3;
}
</style>
border-color css
<style>
span { border-color: #BAC6E3; }
span { border-color: rgb(186,198,227); }
td.TdClassName
{
border-color: #BAC6E3;
}
.TagClassName
{
border-color: #BAC6E3;
}
</style>