Shades of Periwinkle #BCD3FC
Tints of Periwinkle #BCD3FC
RGB
CMYK
RGB Variations
Color information
#BCD3FC (or 0xBCD3FC) is known color: Periwinkle. HEX triplet: BC, D3 and FC. RGB value is (188,211,252). Sum of RGB (Red+Green+Blue) = 188+211+252=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FC is #432C03. Grayscale: #D0D0D0. Windows color (decimal): -4402180 or 16569276. OLE color: 16569276.
HSL color Cylindrical-coordinate representation of color #BCD3FC: hue angle of 218.44º 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 #BCD3FC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 211 | 252 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.01 |
| HSL | 218.44º | 0.91% | 0.86% | - |
| HSV(B) | 218.44º | 0.25% | 0.99% | - |
| XYZ | 61.6 | 64.31 | 101.26 | - |
| YUV | 208.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 252 | 0.25 | 0.16 | 0 | 0.01 | 218.44 | 0.91 | 0.86 |
| Hex | BC | D3 | FC | 19 | 10 | 0 | 1 | DA | 5B | 56 |
| Octal | 274 | 323 | 374 | 31 | 20 | 0 | 1 | 332 | 133 | 126 |
| Binary | 10111100 | 11010011 | 11111100 | 11001 | 10000 | 0 | 1 | 11011010 | 1011011 | 1010110 |
Color Harmonies of #BCD3FC
Complementary color
Monochromatic Colors of #BCD3FC
Black with #BCD3FC
Text Example
Text Example
White with #BCD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3FC; }
p { color: rgb(188,211,252); }
H1.HeaderClassName
{
color: #BCD3FC;
}
.AnyTagClassName
{
color: #BCD3FC;
}
</style>
background-color css
<style>
a { background-color: #BCD3FC; }
a { background-color: rgb(188,211,252); }
div.DivClassName
{
background-color: #BCD3FC;
}
.BgClassName
{
background-color: #BCD3FC;
}
</style>
border-color css
<style>
span { border-color: #BCD3FC; }
span { border-color: rgb(188,211,252); }
td.TdClassName
{
border-color: #BCD3FC;
}
.TagClassName
{
border-color: #BCD3FC;
}
</style>