Shades of Periwinkle #BCD1F0
Tints of Periwinkle #BCD1F0
RGB
CMYK
RGB Variations
Color information
#BCD1F0 (or 0xBCD1F0) is known color: Periwinkle. HEX triplet: BC, D1 and F0. RGB value is (188,209,240). Sum of RGB (Red+Green+Blue) = 188+209+240=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F0 is #432E0F. Grayscale: #CECECE. Windows color (decimal): -4402704 or 15782332. OLE color: 15782332.
HSL color Cylindrical-coordinate representation of color #BCD1F0: hue angle of 215.77º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD1F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 209 | 240 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.06 |
| HSL | 215.77º | 0.63% | 0.84% | - |
| HSV(B) | 215.77º | 0.22% | 0.94% | - |
| XYZ | 59.27 | 62.58 | 91.39 | - |
| YUV | 206.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 240 | 0.22 | 0.13 | 0 | 0.06 | 215.77 | 0.63 | 0.84 |
| Hex | BC | D1 | F0 | 16 | D | 0 | 6 | D8 | 3F | 54 |
| Octal | 274 | 321 | 360 | 26 | 15 | 0 | 6 | 330 | 77 | 124 |
| Binary | 10111100 | 11010001 | 11110000 | 10110 | 1101 | 0 | 110 | 11011000 | 111111 | 1010100 |
Color Harmonies of #BCD1F0
Complementary color
Monochromatic Colors of #BCD1F0
Black with #BCD1F0
Text Example
Text Example
White with #BCD1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1F0; }
p { color: rgb(188,209,240); }
H1.HeaderClassName
{
color: #BCD1F0;
}
.AnyTagClassName
{
color: #BCD1F0;
}
</style>
background-color css
<style>
a { background-color: #BCD1F0; }
a { background-color: rgb(188,209,240); }
div.DivClassName
{
background-color: #BCD1F0;
}
.BgClassName
{
background-color: #BCD1F0;
}
</style>
border-color css
<style>
span { border-color: #BCD1F0; }
span { border-color: rgb(188,209,240); }
td.TdClassName
{
border-color: #BCD1F0;
}
.TagClassName
{
border-color: #BCD1F0;
}
</style>