Shades of Periwinkle #BCCDEC
Tints of Periwinkle #BCCDEC
RGB
CMYK
RGB Variations
Color information
#BCCDEC (or 0xBCCDEC) is known color: Periwinkle. HEX triplet: BC, CD and EC. RGB value is (188,205,236). Sum of RGB (Red+Green+Blue) = 188+205+236=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEC is #433213. Grayscale: #CBCBCB. Windows color (decimal): -4403732 or 15519164. OLE color: 15519164.
HSL color Cylindrical-coordinate representation of color #BCCDEC: hue angle of 218.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCDEC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 205 | 236 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.07 |
| HSL | 218.75º | 0.56% | 0.83% | - |
| HSV(B) | 218.75º | 0.2% | 0.93% | - |
| XYZ | 57.71 | 60.41 | 87.98 | - |
| YUV | 203.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 236 | 0.20 | 0.13 | 0 | 0.07 | 218.75 | 0.56 | 0.83 |
| Hex | BC | CD | EC | 14 | D | 0 | 7 | DB | 38 | 53 |
| Octal | 274 | 315 | 354 | 24 | 15 | 0 | 7 | 333 | 70 | 123 |
| Binary | 10111100 | 11001101 | 11101100 | 10100 | 1101 | 0 | 111 | 11011011 | 111000 | 1010011 |
Color Harmonies of #BCCDEC
Complementary color
Monochromatic Colors of #BCCDEC
Black with #BCCDEC
Text Example
Text Example
White with #BCCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDEC; }
p { color: rgb(188,205,236); }
H1.HeaderClassName
{
color: #BCCDEC;
}
.AnyTagClassName
{
color: #BCCDEC;
}
</style>
background-color css
<style>
a { background-color: #BCCDEC; }
a { background-color: rgb(188,205,236); }
div.DivClassName
{
background-color: #BCCDEC;
}
.BgClassName
{
background-color: #BCCDEC;
}
</style>
border-color css
<style>
span { border-color: #BCCDEC; }
span { border-color: rgb(188,205,236); }
td.TdClassName
{
border-color: #BCCDEC;
}
.TagClassName
{
border-color: #BCCDEC;
}
</style>