Shades of Periwinkle #BACDEC
Tints of Periwinkle #BACDEC
RGB
CMYK
RGB Variations
Color information
#BACDEC (or 0xBACDEC) is known color: Periwinkle. HEX triplet: BA, CD and EC. RGB value is (186,205,236). Sum of RGB (Red+Green+Blue) = 186+205+236=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #BACDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDEC is #453213. Grayscale: #CACACA. Windows color (decimal): -4534804 or 15519162. OLE color: 15519162.
HSL color Cylindrical-coordinate representation of color #BACDEC: hue angle of 217.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACDEC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 205 | 236 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 217.2º | 0.57% | 0.83% | - |
| HSV(B) | 217.2º | 0.21% | 0.93% | - |
| XYZ | 57.22 | 60.16 | 87.95 | - |
| YUV | 202.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 236 | 0.21 | 0.13 | 0 | 0.07 | 217.2 | 0.57 | 0.83 |
| Hex | BA | CD | EC | 15 | D | 0 | 7 | D9 | 39 | 53 |
| Octal | 272 | 315 | 354 | 25 | 15 | 0 | 7 | 331 | 71 | 123 |
| Binary | 10111010 | 11001101 | 11101100 | 10101 | 1101 | 0 | 111 | 11011001 | 111001 | 1010011 |
Color Harmonies of #BACDEC
Complementary color
Monochromatic Colors of #BACDEC
Black with #BACDEC
Text Example
Text Example
White with #BACDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDEC; }
p { color: rgb(186,205,236); }
H1.HeaderClassName
{
color: #BACDEC;
}
.AnyTagClassName
{
color: #BACDEC;
}
</style>
background-color css
<style>
a { background-color: #BACDEC; }
a { background-color: rgb(186,205,236); }
div.DivClassName
{
background-color: #BACDEC;
}
.BgClassName
{
background-color: #BACDEC;
}
</style>
border-color css
<style>
span { border-color: #BACDEC; }
span { border-color: rgb(186,205,236); }
td.TdClassName
{
border-color: #BACDEC;
}
.TagClassName
{
border-color: #BACDEC;
}
</style>