Shades of Periwinkle #BAC3E3
Tints of Periwinkle #BAC3E3
RGB
CMYK
RGB Variations
Color information
#BAC3E3 (or 0xBAC3E3) is known color: Periwinkle. HEX triplet: BA, C3 and E3. RGB value is (186,195,227). Sum of RGB (Red+Green+Blue) = 186+195+227=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAC3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3E3 is #453C1C. Grayscale: #C3C3C3. Windows color (decimal): -4537373 or 14926778. OLE color: 14926778.
HSL color Cylindrical-coordinate representation of color #BAC3E3: hue angle of 226.83º 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 #BAC3E3 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 195 | 227 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.11 |
| HSL | 226.83º | 0.42% | 0.81% | - |
| HSV(B) | 226.83º | 0.18% | 0.89% | - |
| XYZ | 53.63 | 55.02 | 80.47 | - |
| YUV | 195.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 227 | 0.18 | 0.14 | 0 | 0.11 | 226.83 | 0.42 | 0.81 |
| Hex | BA | C3 | E3 | 12 | E | 0 | B | E3 | 2A | 51 |
| Octal | 272 | 303 | 343 | 22 | 16 | 0 | 13 | 343 | 52 | 121 |
| Binary | 10111010 | 11000011 | 11100011 | 10010 | 1110 | 0 | 1011 | 11100011 | 101010 | 1010001 |
Color Harmonies of #BAC3E3
Complementary color
Monochromatic Colors of #BAC3E3
Black with #BAC3E3
Text Example
Text Example
White with #BAC3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3E3; }
p { color: rgb(186,195,227); }
H1.HeaderClassName
{
color: #BAC3E3;
}
.AnyTagClassName
{
color: #BAC3E3;
}
</style>
background-color css
<style>
a { background-color: #BAC3E3; }
a { background-color: rgb(186,195,227); }
div.DivClassName
{
background-color: #BAC3E3;
}
.BgClassName
{
background-color: #BAC3E3;
}
</style>
border-color css
<style>
span { border-color: #BAC3E3; }
span { border-color: rgb(186,195,227); }
td.TdClassName
{
border-color: #BAC3E3;
}
.TagClassName
{
border-color: #BAC3E3;
}
</style>