Shades of Periwinkle #BCD1FD
Tints of Periwinkle #BCD1FD
RGB
CMYK
RGB Variations
Color information
#BCD1FD (or 0xBCD1FD) is known color: Periwinkle. HEX triplet: BC, D1 and FD. RGB value is (188,209,253). Sum of RGB (Red+Green+Blue) = 188+209+253=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1FD is #432E02. Grayscale: #CFCFCF. Windows color (decimal): -4402691 or 16634300. OLE color: 16634300.
HSL color Cylindrical-coordinate representation of color #BCD1FD: hue angle of 220.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD1FD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 209 | 253 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.01 |
| HSL | 220.62º | 0.94% | 0.86% | - |
| HSV(B) | 220.62º | 0.26% | 0.99% | - |
| XYZ | 61.27 | 63.38 | 101.93 | - |
| YUV | 207.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 253 | 0.26 | 0.17 | 0 | 0.01 | 220.62 | 0.94 | 0.86 |
| Hex | BC | D1 | FD | 1A | 11 | 0 | 1 | DD | 5E | 56 |
| Octal | 274 | 321 | 375 | 32 | 21 | 0 | 1 | 335 | 136 | 126 |
| Binary | 10111100 | 11010001 | 11111101 | 11010 | 10001 | 0 | 1 | 11011101 | 1011110 | 1010110 |
Color Harmonies of #BCD1FD
Complementary color
Monochromatic Colors of #BCD1FD
Black with #BCD1FD
Text Example
Text Example
White with #BCD1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1FD; }
p { color: rgb(188,209,253); }
H1.HeaderClassName
{
color: #BCD1FD;
}
.AnyTagClassName
{
color: #BCD1FD;
}
</style>
background-color css
<style>
a { background-color: #BCD1FD; }
a { background-color: rgb(188,209,253); }
div.DivClassName
{
background-color: #BCD1FD;
}
.BgClassName
{
background-color: #BCD1FD;
}
</style>
border-color css
<style>
span { border-color: #BCD1FD; }
span { border-color: rgb(188,209,253); }
td.TdClassName
{
border-color: #BCD1FD;
}
.TagClassName
{
border-color: #BCD1FD;
}
</style>