Shades of Periwinkle #BACEF4
Tints of Periwinkle #BACEF4
RGB
CMYK
RGB Variations
Color information
#BACEF4 (or 0xBACEF4) is known color: Periwinkle. HEX triplet: BA, CE and F4. RGB value is (186,206,244). Sum of RGB (Red+Green+Blue) = 186+206+244=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #BACEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF4 is #45310B. Grayscale: #CCCCCC. Windows color (decimal): -4534540 or 16043706. OLE color: 16043706.
HSL color Cylindrical-coordinate representation of color #BACEF4: hue angle of 219.31º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACEF4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 206 | 244 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.04 |
| HSL | 219.31º | 0.73% | 0.84% | - |
| HSV(B) | 219.31º | 0.24% | 0.96% | - |
| XYZ | 58.65 | 61.11 | 94.29 | - |
| YUV | 204.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 244 | 0.24 | 0.16 | 0 | 0.04 | 219.31 | 0.73 | 0.84 |
| Hex | BA | CE | F4 | 18 | 10 | 0 | 4 | DB | 48 | 54 |
| Octal | 272 | 316 | 364 | 30 | 20 | 0 | 4 | 333 | 110 | 124 |
| Binary | 10111010 | 11001110 | 11110100 | 11000 | 10000 | 0 | 100 | 11011011 | 1001000 | 1010100 |
Color Harmonies of #BACEF4
Complementary color
Monochromatic Colors of #BACEF4
Black with #BACEF4
Text Example
Text Example
White with #BACEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEF4; }
p { color: rgb(186,206,244); }
H1.HeaderClassName
{
color: #BACEF4;
}
.AnyTagClassName
{
color: #BACEF4;
}
</style>
background-color css
<style>
a { background-color: #BACEF4; }
a { background-color: rgb(186,206,244); }
div.DivClassName
{
background-color: #BACEF4;
}
.BgClassName
{
background-color: #BACEF4;
}
</style>
border-color css
<style>
span { border-color: #BACEF4; }
span { border-color: rgb(186,206,244); }
td.TdClassName
{
border-color: #BACEF4;
}
.TagClassName
{
border-color: #BACEF4;
}
</style>