Shades of Periwinkle #BCD2F1
Tints of Periwinkle #BCD2F1
RGB
CMYK
RGB Variations
Color information
#BCD2F1 (or 0xBCD2F1) is known color: Periwinkle. HEX triplet: BC, D2 and F1. RGB value is (188,210,241). Sum of RGB (Red+Green+Blue) = 188+210+241=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2F1 is #432D0E. Grayscale: #CECECE. Windows color (decimal): -4402447 or 15848124. OLE color: 15848124.
HSL color Cylindrical-coordinate representation of color #BCD2F1: hue angle of 215.09º 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 #BCD2F1 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 210 | 241 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.05 |
| HSL | 215.09º | 0.65% | 0.84% | - |
| HSV(B) | 215.09º | 0.22% | 0.95% | - |
| XYZ | 59.66 | 63.14 | 92.26 | - |
| YUV | 206.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 241 | 0.22 | 0.13 | 0 | 0.05 | 215.09 | 0.65 | 0.84 |
| Hex | BC | D2 | F1 | 16 | D | 0 | 5 | D7 | 41 | 54 |
| Octal | 274 | 322 | 361 | 26 | 15 | 0 | 5 | 327 | 101 | 124 |
| Binary | 10111100 | 11010010 | 11110001 | 10110 | 1101 | 0 | 101 | 11010111 | 1000001 | 1010100 |
Color Harmonies of #BCD2F1
Complementary color
Monochromatic Colors of #BCD2F1
Black with #BCD2F1
Text Example
Text Example
White with #BCD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2F1; }
p { color: rgb(188,210,241); }
H1.HeaderClassName
{
color: #BCD2F1;
}
.AnyTagClassName
{
color: #BCD2F1;
}
</style>
background-color css
<style>
a { background-color: #BCD2F1; }
a { background-color: rgb(188,210,241); }
div.DivClassName
{
background-color: #BCD2F1;
}
.BgClassName
{
background-color: #BCD2F1;
}
</style>
border-color css
<style>
span { border-color: #BCD2F1; }
span { border-color: rgb(188,210,241); }
td.TdClassName
{
border-color: #BCD2F1;
}
.TagClassName
{
border-color: #BCD2F1;
}
</style>