Shades of Periwinkle #BAC3EE
Tints of Periwinkle #BAC3EE
RGB
CMYK
RGB Variations
Color information
#BAC3EE (or 0xBAC3EE) is known color: Periwinkle. HEX triplet: BA, C3 and EE. RGB value is (186,195,238). Sum of RGB (Red+Green+Blue) = 186+195+238=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3EE is #453C11. Grayscale: #C5C5C5. Windows color (decimal): -4537362 or 15647674. OLE color: 15647674.
HSL color Cylindrical-coordinate representation of color #BAC3EE: hue angle of 229.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC3EE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 195 | 238 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.07 |
| HSL | 229.62º | 0.6% | 0.83% | - |
| HSV(B) | 229.62º | 0.22% | 0.93% | - |
| XYZ | 55.2 | 55.64 | 88.72 | - |
| YUV | 197.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 238 | 0.22 | 0.18 | 0 | 0.07 | 229.62 | 0.6 | 0.83 |
| Hex | BA | C3 | EE | 16 | 12 | 0 | 7 | E6 | 3C | 53 |
| Octal | 272 | 303 | 356 | 26 | 22 | 0 | 7 | 346 | 74 | 123 |
| Binary | 10111010 | 11000011 | 11101110 | 10110 | 10010 | 0 | 111 | 11100110 | 111100 | 1010011 |
Color Harmonies of #BAC3EE
Complementary color
Monochromatic Colors of #BAC3EE
Black with #BAC3EE
Text Example
Text Example
White with #BAC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3EE; }
p { color: rgb(186,195,238); }
H1.HeaderClassName
{
color: #BAC3EE;
}
.AnyTagClassName
{
color: #BAC3EE;
}
</style>
background-color css
<style>
a { background-color: #BAC3EE; }
a { background-color: rgb(186,195,238); }
div.DivClassName
{
background-color: #BAC3EE;
}
.BgClassName
{
background-color: #BAC3EE;
}
</style>
border-color css
<style>
span { border-color: #BAC3EE; }
span { border-color: rgb(186,195,238); }
td.TdClassName
{
border-color: #BAC3EE;
}
.TagClassName
{
border-color: #BAC3EE;
}
</style>