Shades of Periwinkle #BAC8EE
Tints of Periwinkle #BAC8EE
RGB
CMYK
RGB Variations
Color information
#BAC8EE (or 0xBAC8EE) is known color: Periwinkle. HEX triplet: BA, C8 and EE. RGB value is (186,200,238). Sum of RGB (Red+Green+Blue) = 186+200+238=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8EE is #453711. Grayscale: #C7C7C7. Windows color (decimal): -4536082 or 15648954. OLE color: 15648954.
HSL color Cylindrical-coordinate representation of color #BAC8EE: hue angle of 223.85º 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 #BAC8EE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 200 | 238 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.07 |
| HSL | 223.85º | 0.6% | 0.83% | - |
| HSV(B) | 223.85º | 0.22% | 0.93% | - |
| XYZ | 56.34 | 57.92 | 89.1 | - |
| YUV | 200.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 238 | 0.22 | 0.16 | 0 | 0.07 | 223.85 | 0.6 | 0.83 |
| Hex | BA | C8 | EE | 16 | 10 | 0 | 7 | E0 | 3C | 53 |
| Octal | 272 | 310 | 356 | 26 | 20 | 0 | 7 | 340 | 74 | 123 |
| Binary | 10111010 | 11001000 | 11101110 | 10110 | 10000 | 0 | 111 | 11100000 | 111100 | 1010011 |
Color Harmonies of #BAC8EE
Complementary color
Monochromatic Colors of #BAC8EE
Black with #BAC8EE
Text Example
Text Example
White with #BAC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8EE; }
p { color: rgb(186,200,238); }
H1.HeaderClassName
{
color: #BAC8EE;
}
.AnyTagClassName
{
color: #BAC8EE;
}
</style>
background-color css
<style>
a { background-color: #BAC8EE; }
a { background-color: rgb(186,200,238); }
div.DivClassName
{
background-color: #BAC8EE;
}
.BgClassName
{
background-color: #BAC8EE;
}
</style>
border-color css
<style>
span { border-color: #BAC8EE; }
span { border-color: rgb(186,200,238); }
td.TdClassName
{
border-color: #BAC8EE;
}
.TagClassName
{
border-color: #BAC8EE;
}
</style>