Shades of Periwinkle #BCD1FE
Tints of Periwinkle #BCD1FE
RGB
CMYK
RGB Variations
Color information
#BCD1FE (or 0xBCD1FE) is known color: Periwinkle. HEX triplet: BC, D1 and FE. RGB value is (188,209,254). Sum of RGB (Red+Green+Blue) = 188+209+254=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1FE is #432E01. Grayscale: #CFCFCF. Windows color (decimal): -4402690 or 16699836. OLE color: 16699836.
HSL color Cylindrical-coordinate representation of color #BCD1FE: hue angle of 220.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD1FE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 209 | 254 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.00 |
| HSL | 220.91º | 0.97% | 0.87% | - |
| HSV(B) | 220.91º | 0.26% | 1% | - |
| XYZ | 61.43 | 63.45 | 102.78 | - |
| YUV | 207.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 254 | 0.26 | 0.18 | 0 | 0.00 | 220.91 | 0.97 | 0.87 |
| Hex | BC | D1 | FE | 1A | 12 | 0 | 0 | DD | 61 | 57 |
| Octal | 274 | 321 | 376 | 32 | 22 | 0 | 0 | 335 | 141 | 127 |
| Binary | 10111100 | 11010001 | 11111110 | 11010 | 10010 | 0 | 0 | 11011101 | 1100001 | 1010111 |
Color Harmonies of #BCD1FE
Complementary color
Monochromatic Colors of #BCD1FE
Black with #BCD1FE
Text Example
Text Example
White with #BCD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1FE; }
p { color: rgb(188,209,254); }
H1.HeaderClassName
{
color: #BCD1FE;
}
.AnyTagClassName
{
color: #BCD1FE;
}
</style>
background-color css
<style>
a { background-color: #BCD1FE; }
a { background-color: rgb(188,209,254); }
div.DivClassName
{
background-color: #BCD1FE;
}
.BgClassName
{
background-color: #BCD1FE;
}
</style>
border-color css
<style>
span { border-color: #BCD1FE; }
span { border-color: rgb(188,209,254); }
td.TdClassName
{
border-color: #BCD1FE;
}
.TagClassName
{
border-color: #BCD1FE;
}
</style>