Shades of Periwinkle #BCD1ED
Tints of Periwinkle #BCD1ED
RGB
CMYK
RGB Variations
Color information
#BCD1ED (or 0xBCD1ED) is known color: Periwinkle. HEX triplet: BC, D1 and ED. RGB value is (188,209,237). Sum of RGB (Red+Green+Blue) = 188+209+237=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1ED is #432E12. Grayscale: #CDCDCD. Windows color (decimal): -4402707 or 15585724. OLE color: 15585724.
HSL color Cylindrical-coordinate representation of color #BCD1ED: hue angle of 214.29º degrees, saturation: 0.58, 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 #BCD1ED is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 209 | 237 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.07 |
| HSL | 214.29º | 0.58% | 0.83% | - |
| HSV(B) | 214.29º | 0.21% | 0.93% | - |
| XYZ | 58.83 | 62.41 | 89.07 | - |
| YUV | 205.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 237 | 0.21 | 0.12 | 0 | 0.07 | 214.29 | 0.58 | 0.83 |
| Hex | BC | D1 | ED | 15 | C | 0 | 7 | D6 | 3A | 53 |
| Octal | 274 | 321 | 355 | 25 | 14 | 0 | 7 | 326 | 72 | 123 |
| Binary | 10111100 | 11010001 | 11101101 | 10101 | 1100 | 0 | 111 | 11010110 | 111010 | 1010011 |
Color Harmonies of #BCD1ED
Complementary color
Monochromatic Colors of #BCD1ED
Black with #BCD1ED
Text Example
Text Example
White with #BCD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1ED; }
p { color: rgb(188,209,237); }
H1.HeaderClassName
{
color: #BCD1ED;
}
.AnyTagClassName
{
color: #BCD1ED;
}
</style>
background-color css
<style>
a { background-color: #BCD1ED; }
a { background-color: rgb(188,209,237); }
div.DivClassName
{
background-color: #BCD1ED;
}
.BgClassName
{
background-color: #BCD1ED;
}
</style>
border-color css
<style>
span { border-color: #BCD1ED; }
span { border-color: rgb(188,209,237); }
td.TdClassName
{
border-color: #BCD1ED;
}
.TagClassName
{
border-color: #BCD1ED;
}
</style>