Shades of Periwinkle #BCD1F3
Tints of Periwinkle #BCD1F3
RGB
CMYK
RGB Variations
Color information
#BCD1F3 (or 0xBCD1F3) is known color: Periwinkle. HEX triplet: BC, D1 and F3. RGB value is (188,209,243). Sum of RGB (Red+Green+Blue) = 188+209+243=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F3 is #432E0C. Grayscale: #CECECE. Windows color (decimal): -4402701 or 15978940. OLE color: 15978940.
HSL color Cylindrical-coordinate representation of color #BCD1F3: hue angle of 217.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD1F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 209 | 243 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.05 |
| HSL | 217.09º | 0.7% | 0.85% | - |
| HSV(B) | 217.09º | 0.23% | 0.95% | - |
| XYZ | 59.72 | 62.76 | 93.76 | - |
| YUV | 206.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 243 | 0.23 | 0.14 | 0 | 0.05 | 217.09 | 0.7 | 0.85 |
| Hex | BC | D1 | F3 | 17 | E | 0 | 5 | D9 | 46 | 55 |
| Octal | 274 | 321 | 363 | 27 | 16 | 0 | 5 | 331 | 106 | 125 |
| Binary | 10111100 | 11010001 | 11110011 | 10111 | 1110 | 0 | 101 | 11011001 | 1000110 | 1010101 |
Color Harmonies of #BCD1F3
Complementary color
Monochromatic Colors of #BCD1F3
Black with #BCD1F3
Text Example
Text Example
White with #BCD1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1F3; }
p { color: rgb(188,209,243); }
H1.HeaderClassName
{
color: #BCD1F3;
}
.AnyTagClassName
{
color: #BCD1F3;
}
</style>
background-color css
<style>
a { background-color: #BCD1F3; }
a { background-color: rgb(188,209,243); }
div.DivClassName
{
background-color: #BCD1F3;
}
.BgClassName
{
background-color: #BCD1F3;
}
</style>
border-color css
<style>
span { border-color: #BCD1F3; }
span { border-color: rgb(188,209,243); }
td.TdClassName
{
border-color: #BCD1F3;
}
.TagClassName
{
border-color: #BCD1F3;
}
</style>