Shades of Periwinkle #BACDF8
Tints of Periwinkle #BACDF8
RGB
CMYK
RGB Variations
Color information
#BACDF8 (or 0xBACDF8) is known color: Periwinkle. HEX triplet: BA, CD and F8. RGB value is (186,205,248). Sum of RGB (Red+Green+Blue) = 186+205+248=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #BACDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF8 is #453207. Grayscale: #CCCCCC. Windows color (decimal): -4534792 or 16305594. OLE color: 16305594.
HSL color Cylindrical-coordinate representation of color #BACDF8: hue angle of 221.61º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACDF8 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 205 | 248 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.03 |
| HSL | 221.61º | 0.82% | 0.85% | - |
| HSV(B) | 221.61º | 0.25% | 0.97% | - |
| XYZ | 59.02 | 60.88 | 97.45 | - |
| YUV | 204.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 248 | 0.25 | 0.17 | 0 | 0.03 | 221.61 | 0.82 | 0.85 |
| Hex | BA | CD | F8 | 19 | 11 | 0 | 3 | DE | 52 | 55 |
| Octal | 272 | 315 | 370 | 31 | 21 | 0 | 3 | 336 | 122 | 125 |
| Binary | 10111010 | 11001101 | 11111000 | 11001 | 10001 | 0 | 11 | 11011110 | 1010010 | 1010101 |
Color Harmonies of #BACDF8
Complementary color
Monochromatic Colors of #BACDF8
Black with #BACDF8
Text Example
Text Example
White with #BACDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDF8; }
p { color: rgb(186,205,248); }
H1.HeaderClassName
{
color: #BACDF8;
}
.AnyTagClassName
{
color: #BACDF8;
}
</style>
background-color css
<style>
a { background-color: #BACDF8; }
a { background-color: rgb(186,205,248); }
div.DivClassName
{
background-color: #BACDF8;
}
.BgClassName
{
background-color: #BACDF8;
}
</style>
border-color css
<style>
span { border-color: #BACDF8; }
span { border-color: rgb(186,205,248); }
td.TdClassName
{
border-color: #BACDF8;
}
.TagClassName
{
border-color: #BACDF8;
}
</style>