Shades of Periwinkle #BCD3FE
Tints of Periwinkle #BCD3FE
RGB
CMYK
RGB Variations
Color information
#BCD3FE (or 0xBCD3FE) is known color: Periwinkle. HEX triplet: BC, D3 and FE. RGB value is (188,211,254). Sum of RGB (Red+Green+Blue) = 188+211+254=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FE is #432C01. Grayscale: #D0D0D0. Windows color (decimal): -4402178 or 16700348. OLE color: 16700348.
HSL color Cylindrical-coordinate representation of color #BCD3FE: hue angle of 219.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD3FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 211 | 254 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.00 |
| HSL | 219.09º | 0.97% | 0.87% | - |
| HSV(B) | 219.09º | 0.26% | 1% | - |
| XYZ | 61.92 | 64.44 | 102.94 | - |
| YUV | 209.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 254 | 0.26 | 0.17 | 0 | 0.00 | 219.09 | 0.97 | 0.87 |
| Hex | BC | D3 | FE | 1A | 11 | 0 | 0 | DB | 61 | 57 |
| Octal | 274 | 323 | 376 | 32 | 21 | 0 | 0 | 333 | 141 | 127 |
| Binary | 10111100 | 11010011 | 11111110 | 11010 | 10001 | 0 | 0 | 11011011 | 1100001 | 1010111 |
Color Harmonies of #BCD3FE
Complementary color
Monochromatic Colors of #BCD3FE
Black with #BCD3FE
Text Example
Text Example
White with #BCD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3FE; }
p { color: rgb(188,211,254); }
H1.HeaderClassName
{
color: #BCD3FE;
}
.AnyTagClassName
{
color: #BCD3FE;
}
</style>
background-color css
<style>
a { background-color: #BCD3FE; }
a { background-color: rgb(188,211,254); }
div.DivClassName
{
background-color: #BCD3FE;
}
.BgClassName
{
background-color: #BCD3FE;
}
</style>
border-color css
<style>
span { border-color: #BCD3FE; }
span { border-color: rgb(188,211,254); }
td.TdClassName
{
border-color: #BCD3FE;
}
.TagClassName
{
border-color: #BCD3FE;
}
</style>