Shades of Periwinkle #BACEF1
Tints of Periwinkle #BACEF1
RGB
CMYK
RGB Variations
Color information
#BACEF1 (or 0xBACEF1) is known color: Periwinkle. HEX triplet: BA, CE and F1. RGB value is (186,206,241). Sum of RGB (Red+Green+Blue) = 186+206+241=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF1 is #45310E. Grayscale: #CBCBCB. Windows color (decimal): -4534543 or 15847098. OLE color: 15847098.
HSL color Cylindrical-coordinate representation of color #BACEF1: hue angle of 218.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACEF1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 206 | 241 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.05 |
| HSL | 218.18º | 0.66% | 0.84% | - |
| HSV(B) | 218.18º | 0.23% | 0.95% | - |
| XYZ | 58.2 | 60.93 | 91.91 | - |
| YUV | 204.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 241 | 0.23 | 0.15 | 0 | 0.05 | 218.18 | 0.66 | 0.84 |
| Hex | BA | CE | F1 | 17 | F | 0 | 5 | DA | 42 | 54 |
| Octal | 272 | 316 | 361 | 27 | 17 | 0 | 5 | 332 | 102 | 124 |
| Binary | 10111010 | 11001110 | 11110001 | 10111 | 1111 | 0 | 101 | 11011010 | 1000010 | 1010100 |
Color Harmonies of #BACEF1
Complementary color
Monochromatic Colors of #BACEF1
Black with #BACEF1
Text Example
Text Example
White with #BACEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEF1; }
p { color: rgb(186,206,241); }
H1.HeaderClassName
{
color: #BACEF1;
}
.AnyTagClassName
{
color: #BACEF1;
}
</style>
background-color css
<style>
a { background-color: #BACEF1; }
a { background-color: rgb(186,206,241); }
div.DivClassName
{
background-color: #BACEF1;
}
.BgClassName
{
background-color: #BACEF1;
}
</style>
border-color css
<style>
span { border-color: #BACEF1; }
span { border-color: rgb(186,206,241); }
td.TdClassName
{
border-color: #BACEF1;
}
.TagClassName
{
border-color: #BACEF1;
}
</style>