Shades of Periwinkle #BACDF0
Tints of Periwinkle #BACDF0
RGB
CMYK
RGB Variations
Color information
#BACDF0 (or 0xBACDF0) is known color: Periwinkle. HEX triplet: BA, CD and F0. RGB value is (186,205,240). Sum of RGB (Red+Green+Blue) = 186+205+240=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #BACDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF0 is #45320F. Grayscale: #CBCBCB. Windows color (decimal): -4534800 or 15781306. OLE color: 15781306.
HSL color Cylindrical-coordinate representation of color #BACDF0: hue angle of 218.89º 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 #BACDF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 205 | 240 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.06 |
| HSL | 218.89º | 0.64% | 0.84% | - |
| HSV(B) | 218.89º | 0.23% | 0.94% | - |
| XYZ | 57.81 | 60.39 | 91.05 | - |
| YUV | 203.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 240 | 0.22 | 0.15 | 0 | 0.06 | 218.89 | 0.64 | 0.84 |
| Hex | BA | CD | F0 | 16 | F | 0 | 6 | DB | 40 | 54 |
| Octal | 272 | 315 | 360 | 26 | 17 | 0 | 6 | 333 | 100 | 124 |
| Binary | 10111010 | 11001101 | 11110000 | 10110 | 1111 | 0 | 110 | 11011011 | 1000000 | 1010100 |
Color Harmonies of #BACDF0
Complementary color
Monochromatic Colors of #BACDF0
Black with #BACDF0
Text Example
Text Example
White with #BACDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDF0; }
p { color: rgb(186,205,240); }
H1.HeaderClassName
{
color: #BACDF0;
}
.AnyTagClassName
{
color: #BACDF0;
}
</style>
background-color css
<style>
a { background-color: #BACDF0; }
a { background-color: rgb(186,205,240); }
div.DivClassName
{
background-color: #BACDF0;
}
.BgClassName
{
background-color: #BACDF0;
}
</style>
border-color css
<style>
span { border-color: #BACDF0; }
span { border-color: rgb(186,205,240); }
td.TdClassName
{
border-color: #BACDF0;
}
.TagClassName
{
border-color: #BACDF0;
}
</style>