Shades of Periwinkle #BACDFF
Tints of Periwinkle #BACDFF
RGB
CMYK
RGB Variations
Color information
#BACDFF (or 0xBACDFF) is known color: Periwinkle. HEX triplet: BA, CD and FF. RGB value is (186,205,255). Sum of RGB (Red+Green+Blue) = 186+205+255=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFF is #453200. Grayscale: #CCCCCC. Windows color (decimal): -4534785 or 16764346. OLE color: 16764346.
HSL color Cylindrical-coordinate representation of color #BACDFF: hue angle of 223.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACDFF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 205 | 255 | - |
| CMYK | 0.27 | 0.20 | 0 | 0 |
| HSL | 223.48º | 1% | 0.86% | - |
| HSV(B) | 223.48º | 0.27% | 1% | - |
| XYZ | 60.13 | 61.32 | 103.27 | - |
| YUV | 205.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 255 | 0.27 | 0.20 | 0 | 0 | 223.48 | 1 | 0.86 |
| Hex | BA | CD | FF | 1B | 14 | 0 | 0 | DF | 64 | 56 |
| Octal | 272 | 315 | 377 | 33 | 24 | 0 | 0 | 337 | 144 | 126 |
| Binary | 10111010 | 11001101 | 11111111 | 11011 | 10100 | 0 | 0 | 11011111 | 1100100 | 1010110 |
Color Harmonies of #BACDFF
Complementary color
Monochromatic Colors of #BACDFF
Black with #BACDFF
Text Example
Text Example
White with #BACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDFF; }
p { color: rgb(186,205,255); }
H1.HeaderClassName
{
color: #BACDFF;
}
.AnyTagClassName
{
color: #BACDFF;
}
</style>
background-color css
<style>
a { background-color: #BACDFF; }
a { background-color: rgb(186,205,255); }
div.DivClassName
{
background-color: #BACDFF;
}
.BgClassName
{
background-color: #BACDFF;
}
</style>
border-color css
<style>
span { border-color: #BACDFF; }
span { border-color: rgb(186,205,255); }
td.TdClassName
{
border-color: #BACDFF;
}
.TagClassName
{
border-color: #BACDFF;
}
</style>