Shades of Periwinkle #BACEF6
Tints of Periwinkle #BACEF6
RGB
CMYK
RGB Variations
Color information
#BACEF6 (or 0xBACEF6) is known color: Periwinkle. HEX triplet: BA, CE and F6. RGB value is (186,206,246). Sum of RGB (Red+Green+Blue) = 186+206+246=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #BACEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF6 is #453109. Grayscale: #CCCCCC. Windows color (decimal): -4534538 or 16174778. OLE color: 16174778.
HSL color Cylindrical-coordinate representation of color #BACEF6: hue angle of 220º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACEF6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 206 | 246 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.04 |
| HSL | 220º | 0.77% | 0.85% | - |
| HSV(B) | 220º | 0.24% | 0.96% | - |
| XYZ | 58.96 | 61.24 | 95.9 | - |
| YUV | 204.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 246 | 0.24 | 0.16 | 0 | 0.04 | 220 | 0.77 | 0.85 |
| Hex | BA | CE | F6 | 18 | 10 | 0 | 4 | DC | 4D | 55 |
| Octal | 272 | 316 | 366 | 30 | 20 | 0 | 4 | 334 | 115 | 125 |
| Binary | 10111010 | 11001110 | 11110110 | 11000 | 10000 | 0 | 100 | 11011100 | 1001101 | 1010101 |
Color Harmonies of #BACEF6
Complementary color
Monochromatic Colors of #BACEF6
Black with #BACEF6
Text Example
Text Example
White with #BACEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEF6; }
p { color: rgb(186,206,246); }
H1.HeaderClassName
{
color: #BACEF6;
}
.AnyTagClassName
{
color: #BACEF6;
}
</style>
background-color css
<style>
a { background-color: #BACEF6; }
a { background-color: rgb(186,206,246); }
div.DivClassName
{
background-color: #BACEF6;
}
.BgClassName
{
background-color: #BACEF6;
}
</style>
border-color css
<style>
span { border-color: #BACEF6; }
span { border-color: rgb(186,206,246); }
td.TdClassName
{
border-color: #BACEF6;
}
.TagClassName
{
border-color: #BACEF6;
}
</style>