Shades of Periwinkle #BCD1F2
Tints of Periwinkle #BCD1F2
RGB
CMYK
RGB Variations
Color information
#BCD1F2 (or 0xBCD1F2) is known color: Periwinkle. HEX triplet: BC, D1 and F2. RGB value is (188,209,242). Sum of RGB (Red+Green+Blue) = 188+209+242=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCD1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F2 is #432E0D. Grayscale: #CECECE. Windows color (decimal): -4402702 or 15913404. OLE color: 15913404.
HSL color Cylindrical-coordinate representation of color #BCD1F2: hue angle of 216.67º degrees, saturation: 0.68, 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 #BCD1F2 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 209 | 242 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 216.67º | 0.68% | 0.84% | - |
| HSV(B) | 216.67º | 0.22% | 0.95% | - |
| XYZ | 59.57 | 62.7 | 92.97 | - |
| YUV | 206.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 242 | 0.22 | 0.14 | 0 | 0.05 | 216.67 | 0.68 | 0.84 |
| Hex | BC | D1 | F2 | 16 | E | 0 | 5 | D9 | 44 | 54 |
| Octal | 274 | 321 | 362 | 26 | 16 | 0 | 5 | 331 | 104 | 124 |
| Binary | 10111100 | 11010001 | 11110010 | 10110 | 1110 | 0 | 101 | 11011001 | 1000100 | 1010100 |
Color Harmonies of #BCD1F2
Complementary color
Monochromatic Colors of #BCD1F2
Black with #BCD1F2
Text Example
Text Example
White with #BCD1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1F2; }
p { color: rgb(188,209,242); }
H1.HeaderClassName
{
color: #BCD1F2;
}
.AnyTagClassName
{
color: #BCD1F2;
}
</style>
background-color css
<style>
a { background-color: #BCD1F2; }
a { background-color: rgb(188,209,242); }
div.DivClassName
{
background-color: #BCD1F2;
}
.BgClassName
{
background-color: #BCD1F2;
}
</style>
border-color css
<style>
span { border-color: #BCD1F2; }
span { border-color: rgb(188,209,242); }
td.TdClassName
{
border-color: #BCD1F2;
}
.TagClassName
{
border-color: #BCD1F2;
}
</style>