Shades of Periwinkle #BCD1EE
Tints of Periwinkle #BCD1EE
RGB
CMYK
RGB Variations
Color information
#BCD1EE (or 0xBCD1EE) is known color: Periwinkle. HEX triplet: BC, D1 and EE. RGB value is (188,209,238). Sum of RGB (Red+Green+Blue) = 188+209+238=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1EE is #432E11. Grayscale: #CDCDCD. Windows color (decimal): -4402706 or 15651260. OLE color: 15651260.
HSL color Cylindrical-coordinate representation of color #BCD1EE: hue angle of 214.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD1EE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 209 | 238 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.07 |
| HSL | 214.8º | 0.6% | 0.84% | - |
| HSV(B) | 214.8º | 0.21% | 0.93% | - |
| XYZ | 58.97 | 62.47 | 89.84 | - |
| YUV | 206.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 238 | 0.21 | 0.12 | 0 | 0.07 | 214.8 | 0.6 | 0.84 |
| Hex | BC | D1 | EE | 15 | C | 0 | 7 | D7 | 3C | 54 |
| Octal | 274 | 321 | 356 | 25 | 14 | 0 | 7 | 327 | 74 | 124 |
| Binary | 10111100 | 11010001 | 11101110 | 10101 | 1100 | 0 | 111 | 11010111 | 111100 | 1010100 |
Color Harmonies of #BCD1EE
Complementary color
Monochromatic Colors of #BCD1EE
Black with #BCD1EE
Text Example
Text Example
White with #BCD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1EE; }
p { color: rgb(188,209,238); }
H1.HeaderClassName
{
color: #BCD1EE;
}
.AnyTagClassName
{
color: #BCD1EE;
}
</style>
background-color css
<style>
a { background-color: #BCD1EE; }
a { background-color: rgb(188,209,238); }
div.DivClassName
{
background-color: #BCD1EE;
}
.BgClassName
{
background-color: #BCD1EE;
}
</style>
border-color css
<style>
span { border-color: #BCD1EE; }
span { border-color: rgb(188,209,238); }
td.TdClassName
{
border-color: #BCD1EE;
}
.TagClassName
{
border-color: #BCD1EE;
}
</style>