Shades of Periwinkle #BCD1F9
Tints of Periwinkle #BCD1F9
RGB
CMYK
RGB Variations
Color information
#BCD1F9 (or 0xBCD1F9) is known color: Periwinkle. HEX triplet: BC, D1 and F9. RGB value is (188,209,249). Sum of RGB (Red+Green+Blue) = 188+209+249=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F9 is #432E06. Grayscale: #CFCFCF. Windows color (decimal): -4402695 or 16372156. OLE color: 16372156.
HSL color Cylindrical-coordinate representation of color #BCD1F9: hue angle of 219.34º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD1F9 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 209 | 249 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 219.34º | 0.84% | 0.86% | - |
| HSV(B) | 219.34º | 0.24% | 0.98% | - |
| XYZ | 60.64 | 63.13 | 98.61 | - |
| YUV | 207.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 249 | 0.24 | 0.16 | 0 | 0.02 | 219.34 | 0.84 | 0.86 |
| Hex | BC | D1 | F9 | 18 | 10 | 0 | 2 | DB | 54 | 56 |
| Octal | 274 | 321 | 371 | 30 | 20 | 0 | 2 | 333 | 124 | 126 |
| Binary | 10111100 | 11010001 | 11111001 | 11000 | 10000 | 0 | 10 | 11011011 | 1010100 | 1010110 |
Color Harmonies of #BCD1F9
Complementary color
Monochromatic Colors of #BCD1F9
Black with #BCD1F9
Text Example
Text Example
White with #BCD1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1F9; }
p { color: rgb(188,209,249); }
H1.HeaderClassName
{
color: #BCD1F9;
}
.AnyTagClassName
{
color: #BCD1F9;
}
</style>
background-color css
<style>
a { background-color: #BCD1F9; }
a { background-color: rgb(188,209,249); }
div.DivClassName
{
background-color: #BCD1F9;
}
.BgClassName
{
background-color: #BCD1F9;
}
</style>
border-color css
<style>
span { border-color: #BCD1F9; }
span { border-color: rgb(188,209,249); }
td.TdClassName
{
border-color: #BCD1F9;
}
.TagClassName
{
border-color: #BCD1F9;
}
</style>