Shades of Periwinkle #BCD1F8
Tints of Periwinkle #BCD1F8
RGB
CMYK
RGB Variations
Color information
#BCD1F8 (or 0xBCD1F8) is known color: Periwinkle. HEX triplet: BC, D1 and F8. RGB value is (188,209,248). Sum of RGB (Red+Green+Blue) = 188+209+248=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCD1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1F8 is #432E07. Grayscale: #CECECE. Windows color (decimal): -4402696 or 16306620. OLE color: 16306620.
HSL color Cylindrical-coordinate representation of color #BCD1F8: hue angle of 219º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD1F8 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 209 | 248 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.03 |
| HSL | 219º | 0.81% | 0.85% | - |
| HSV(B) | 219º | 0.24% | 0.97% | - |
| XYZ | 60.48 | 63.07 | 97.79 | - |
| YUV | 207.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 248 | 0.24 | 0.16 | 0 | 0.03 | 219 | 0.81 | 0.85 |
| Hex | BC | D1 | F8 | 18 | 10 | 0 | 3 | DB | 51 | 55 |
| Octal | 274 | 321 | 370 | 30 | 20 | 0 | 3 | 333 | 121 | 125 |
| Binary | 10111100 | 11010001 | 11111000 | 11000 | 10000 | 0 | 11 | 11011011 | 1010001 | 1010101 |
Color Harmonies of #BCD1F8
Complementary color
Monochromatic Colors of #BCD1F8
Black with #BCD1F8
Text Example
Text Example
White with #BCD1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1F8; }
p { color: rgb(188,209,248); }
H1.HeaderClassName
{
color: #BCD1F8;
}
.AnyTagClassName
{
color: #BCD1F8;
}
</style>
background-color css
<style>
a { background-color: #BCD1F8; }
a { background-color: rgb(188,209,248); }
div.DivClassName
{
background-color: #BCD1F8;
}
.BgClassName
{
background-color: #BCD1F8;
}
</style>
border-color css
<style>
span { border-color: #BCD1F8; }
span { border-color: rgb(188,209,248); }
td.TdClassName
{
border-color: #BCD1F8;
}
.TagClassName
{
border-color: #BCD1F8;
}
</style>