Shades of Periwinkle #BCD0F1
Tints of Periwinkle #BCD0F1
RGB
CMYK
RGB Variations
Color information
#BCD0F1 (or 0xBCD0F1) is known color: Periwinkle. HEX triplet: BC, D0 and F1. RGB value is (188,208,241). Sum of RGB (Red+Green+Blue) = 188+208+241=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0F1 is #432F0E. Grayscale: #CDCDCD. Windows color (decimal): -4402959 or 15847612. OLE color: 15847612.
HSL color Cylindrical-coordinate representation of color #BCD0F1: hue angle of 217.36º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD0F1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 208 | 241 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 217.36º | 0.65% | 0.84% | - |
| HSV(B) | 217.36º | 0.22% | 0.95% | - |
| XYZ | 59.17 | 62.15 | 92.1 | - |
| YUV | 205.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 241 | 0.22 | 0.14 | 0 | 0.05 | 217.36 | 0.65 | 0.84 |
| Hex | BC | D0 | F1 | 16 | E | 0 | 5 | D9 | 41 | 54 |
| Octal | 274 | 320 | 361 | 26 | 16 | 0 | 5 | 331 | 101 | 124 |
| Binary | 10111100 | 11010000 | 11110001 | 10110 | 1110 | 0 | 101 | 11011001 | 1000001 | 1010100 |
Color Harmonies of #BCD0F1
Complementary color
Monochromatic Colors of #BCD0F1
Black with #BCD0F1
Text Example
Text Example
White with #BCD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0F1; }
p { color: rgb(188,208,241); }
H1.HeaderClassName
{
color: #BCD0F1;
}
.AnyTagClassName
{
color: #BCD0F1;
}
</style>
background-color css
<style>
a { background-color: #BCD0F1; }
a { background-color: rgb(188,208,241); }
div.DivClassName
{
background-color: #BCD0F1;
}
.BgClassName
{
background-color: #BCD0F1;
}
</style>
border-color css
<style>
span { border-color: #BCD0F1; }
span { border-color: rgb(188,208,241); }
td.TdClassName
{
border-color: #BCD0F1;
}
.TagClassName
{
border-color: #BCD0F1;
}
</style>