Shades of Periwinkle #BACAFE
Tints of Periwinkle #BACAFE
RGB
CMYK
RGB Variations
Color information
#BACAFE (or 0xBACAFE) is known color: Periwinkle. HEX triplet: BA, CA and FE. RGB value is (186,202,254). Sum of RGB (Red+Green+Blue) = 186+202+254=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BACAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAFE is #453501. Grayscale: #CACACA. Windows color (decimal): -4535554 or 16698042. OLE color: 16698042.
HSL color Cylindrical-coordinate representation of color #BACAFE: hue angle of 225.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACAFE is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 202 | 254 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.00 |
| HSL | 225.88º | 0.97% | 0.86% | - |
| HSV(B) | 225.88º | 0.27% | 1% | - |
| XYZ | 59.26 | 59.84 | 102.19 | - |
| YUV | 203.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 254 | 0.27 | 0.20 | 0 | 0.00 | 225.88 | 0.97 | 0.86 |
| Hex | BA | CA | FE | 1B | 14 | 0 | 0 | E2 | 61 | 56 |
| Octal | 272 | 312 | 376 | 33 | 24 | 0 | 0 | 342 | 141 | 126 |
| Binary | 10111010 | 11001010 | 11111110 | 11011 | 10100 | 0 | 0 | 11100010 | 1100001 | 1010110 |
Color Harmonies of #BACAFE
Complementary color
Monochromatic Colors of #BACAFE
Black with #BACAFE
Text Example
Text Example
White with #BACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAFE; }
p { color: rgb(186,202,254); }
H1.HeaderClassName
{
color: #BACAFE;
}
.AnyTagClassName
{
color: #BACAFE;
}
</style>
background-color css
<style>
a { background-color: #BACAFE; }
a { background-color: rgb(186,202,254); }
div.DivClassName
{
background-color: #BACAFE;
}
.BgClassName
{
background-color: #BACAFE;
}
</style>
border-color css
<style>
span { border-color: #BACAFE; }
span { border-color: rgb(186,202,254); }
td.TdClassName
{
border-color: #BACAFE;
}
.TagClassName
{
border-color: #BACAFE;
}
</style>