Shades of Periwinkle #BACAF0
Tints of Periwinkle #BACAF0
RGB
CMYK
RGB Variations
Color information
#BACAF0 (or 0xBACAF0) is known color: Periwinkle. HEX triplet: BA, CA and F0. RGB value is (186,202,240). Sum of RGB (Red+Green+Blue) = 186+202+240=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #BACAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF0 is #45350F. Grayscale: #C9C9C9. Windows color (decimal): -4535568 or 15780538. OLE color: 15780538.
HSL color Cylindrical-coordinate representation of color #BACAF0: hue angle of 222.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACAF0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 202 | 240 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.06 |
| HSL | 222.22º | 0.64% | 0.84% | - |
| HSV(B) | 222.22º | 0.23% | 0.94% | - |
| XYZ | 57.1 | 58.97 | 90.81 | - |
| YUV | 201.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 240 | 0.22 | 0.16 | 0 | 0.06 | 222.22 | 0.64 | 0.84 |
| Hex | BA | CA | F0 | 16 | 10 | 0 | 6 | DE | 40 | 54 |
| Octal | 272 | 312 | 360 | 26 | 20 | 0 | 6 | 336 | 100 | 124 |
| Binary | 10111010 | 11001010 | 11110000 | 10110 | 10000 | 0 | 110 | 11011110 | 1000000 | 1010100 |
Color Harmonies of #BACAF0
Complementary color
Monochromatic Colors of #BACAF0
Black with #BACAF0
Text Example
Text Example
White with #BACAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAF0; }
p { color: rgb(186,202,240); }
H1.HeaderClassName
{
color: #BACAF0;
}
.AnyTagClassName
{
color: #BACAF0;
}
</style>
background-color css
<style>
a { background-color: #BACAF0; }
a { background-color: rgb(186,202,240); }
div.DivClassName
{
background-color: #BACAF0;
}
.BgClassName
{
background-color: #BACAF0;
}
</style>
border-color css
<style>
span { border-color: #BACAF0; }
span { border-color: rgb(186,202,240); }
td.TdClassName
{
border-color: #BACAF0;
}
.TagClassName
{
border-color: #BACAF0;
}
</style>