Shades of Periwinkle #BCD2FD
Tints of Periwinkle #BCD2FD
RGB
CMYK
RGB Variations
Color information
#BCD2FD (or 0xBCD2FD) is known color: Periwinkle. HEX triplet: BC, D2 and FD. RGB value is (188,210,253). Sum of RGB (Red+Green+Blue) = 188+210+253=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FD is #432D02. Grayscale: #D0D0D0. Windows color (decimal): -4402435 or 16634556. OLE color: 16634556.
HSL color Cylindrical-coordinate representation of color #BCD2FD: hue angle of 219.69º 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 #BCD2FD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 210 | 253 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.01 |
| HSL | 219.69º | 0.94% | 0.86% | - |
| HSV(B) | 219.69º | 0.26% | 0.99% | - |
| XYZ | 61.52 | 63.88 | 102.02 | - |
| YUV | 208.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 253 | 0.26 | 0.17 | 0 | 0.01 | 219.69 | 0.94 | 0.86 |
| Hex | BC | D2 | FD | 1A | 11 | 0 | 1 | DC | 5E | 56 |
| Octal | 274 | 322 | 375 | 32 | 21 | 0 | 1 | 334 | 136 | 126 |
| Binary | 10111100 | 11010010 | 11111101 | 11010 | 10001 | 0 | 1 | 11011100 | 1011110 | 1010110 |
Color Harmonies of #BCD2FD
Complementary color
Monochromatic Colors of #BCD2FD
Black with #BCD2FD
Text Example
Text Example
White with #BCD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2FD; }
p { color: rgb(188,210,253); }
H1.HeaderClassName
{
color: #BCD2FD;
}
.AnyTagClassName
{
color: #BCD2FD;
}
</style>
background-color css
<style>
a { background-color: #BCD2FD; }
a { background-color: rgb(188,210,253); }
div.DivClassName
{
background-color: #BCD2FD;
}
.BgClassName
{
background-color: #BCD2FD;
}
</style>
border-color css
<style>
span { border-color: #BCD2FD; }
span { border-color: rgb(188,210,253); }
td.TdClassName
{
border-color: #BCD2FD;
}
.TagClassName
{
border-color: #BCD2FD;
}
</style>