Shades of Periwinkle #BCD1FC
Tints of Periwinkle #BCD1FC
RGB
CMYK
RGB Variations
Color information
#BCD1FC (or 0xBCD1FC) is known color: Periwinkle. HEX triplet: BC, D1 and FC. RGB value is (188,209,252). Sum of RGB (Red+Green+Blue) = 188+209+252=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1FC is #432E03. Grayscale: #CFCFCF. Windows color (decimal): -4402692 or 16568764. OLE color: 16568764.
HSL color Cylindrical-coordinate representation of color #BCD1FC: hue angle of 220.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD1FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 209 | 252 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 220.31º | 0.91% | 0.86% | - |
| HSV(B) | 220.31º | 0.25% | 0.99% | - |
| XYZ | 61.11 | 63.32 | 101.1 | - |
| YUV | 207.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 252 | 0.25 | 0.17 | 0 | 0.01 | 220.31 | 0.91 | 0.86 |
| Hex | BC | D1 | FC | 19 | 11 | 0 | 1 | DC | 5B | 56 |
| Octal | 274 | 321 | 374 | 31 | 21 | 0 | 1 | 334 | 133 | 126 |
| Binary | 10111100 | 11010001 | 11111100 | 11001 | 10001 | 0 | 1 | 11011100 | 1011011 | 1010110 |
Color Harmonies of #BCD1FC
Complementary color
Monochromatic Colors of #BCD1FC
Black with #BCD1FC
Text Example
Text Example
White with #BCD1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1FC; }
p { color: rgb(188,209,252); }
H1.HeaderClassName
{
color: #BCD1FC;
}
.AnyTagClassName
{
color: #BCD1FC;
}
</style>
background-color css
<style>
a { background-color: #BCD1FC; }
a { background-color: rgb(188,209,252); }
div.DivClassName
{
background-color: #BCD1FC;
}
.BgClassName
{
background-color: #BCD1FC;
}
</style>
border-color css
<style>
span { border-color: #BCD1FC; }
span { border-color: rgb(188,209,252); }
td.TdClassName
{
border-color: #BCD1FC;
}
.TagClassName
{
border-color: #BCD1FC;
}
</style>