Shades of Periwinkle #BCD1EF
Tints of Periwinkle #BCD1EF
RGB
CMYK
RGB Variations
Color information
#BCD1EF (or 0xBCD1EF) is known color: Periwinkle. HEX triplet: BC, D1 and EF. RGB value is (188,209,239). Sum of RGB (Red+Green+Blue) = 188+209+239=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1EF is #432E10. Grayscale: #CDCDCD. Windows color (decimal): -4402705 or 15716796. OLE color: 15716796.
HSL color Cylindrical-coordinate representation of color #BCD1EF: hue angle of 215.29º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD1EF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 209 | 239 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.06 |
| HSL | 215.29º | 0.61% | 0.84% | - |
| HSV(B) | 215.29º | 0.21% | 0.94% | - |
| XYZ | 59.12 | 62.52 | 90.61 | - |
| YUV | 206.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 239 | 0.21 | 0.13 | 0 | 0.06 | 215.29 | 0.61 | 0.84 |
| Hex | BC | D1 | EF | 15 | D | 0 | 6 | D7 | 3D | 54 |
| Octal | 274 | 321 | 357 | 25 | 15 | 0 | 6 | 327 | 75 | 124 |
| Binary | 10111100 | 11010001 | 11101111 | 10101 | 1101 | 0 | 110 | 11010111 | 111101 | 1010100 |
Color Harmonies of #BCD1EF
Complementary color
Monochromatic Colors of #BCD1EF
Black with #BCD1EF
Text Example
Text Example
White with #BCD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1EF; }
p { color: rgb(188,209,239); }
H1.HeaderClassName
{
color: #BCD1EF;
}
.AnyTagClassName
{
color: #BCD1EF;
}
</style>
background-color css
<style>
a { background-color: #BCD1EF; }
a { background-color: rgb(188,209,239); }
div.DivClassName
{
background-color: #BCD1EF;
}
.BgClassName
{
background-color: #BCD1EF;
}
</style>
border-color css
<style>
span { border-color: #BCD1EF; }
span { border-color: rgb(188,209,239); }
td.TdClassName
{
border-color: #BCD1EF;
}
.TagClassName
{
border-color: #BCD1EF;
}
</style>