Shades of Periwinkle #BCCDE9
Tints of Periwinkle #BCCDE9
RGB
CMYK
RGB Variations
Color information
#BCCDE9 (or 0xBCCDE9) is known color: Periwinkle. HEX triplet: BC, CD and E9. RGB value is (188,205,233). Sum of RGB (Red+Green+Blue) = 188+205+233=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDE9 is #433216. Grayscale: #CACACA. Windows color (decimal): -4403735 or 15322556. OLE color: 15322556.
HSL color Cylindrical-coordinate representation of color #BCCDE9: hue angle of 217.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCDE9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 205 | 233 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 217.33º | 0.51% | 0.83% | - |
| HSV(B) | 217.33º | 0.19% | 0.91% | - |
| XYZ | 57.28 | 60.24 | 85.7 | - |
| YUV | 203.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 233 | 0.19 | 0.12 | 0 | 0.09 | 217.33 | 0.51 | 0.83 |
| Hex | BC | CD | E9 | 13 | C | 0 | 9 | D9 | 33 | 53 |
| Octal | 274 | 315 | 351 | 23 | 14 | 0 | 11 | 331 | 63 | 123 |
| Binary | 10111100 | 11001101 | 11101001 | 10011 | 1100 | 0 | 1001 | 11011001 | 110011 | 1010011 |
Color Harmonies of #BCCDE9
Complementary color
Monochromatic Colors of #BCCDE9
Black with #BCCDE9
Text Example
Text Example
White with #BCCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDE9; }
p { color: rgb(188,205,233); }
H1.HeaderClassName
{
color: #BCCDE9;
}
.AnyTagClassName
{
color: #BCCDE9;
}
</style>
background-color css
<style>
a { background-color: #BCCDE9; }
a { background-color: rgb(188,205,233); }
div.DivClassName
{
background-color: #BCCDE9;
}
.BgClassName
{
background-color: #BCCDE9;
}
</style>
border-color css
<style>
span { border-color: #BCCDE9; }
span { border-color: rgb(188,205,233); }
td.TdClassName
{
border-color: #BCCDE9;
}
.TagClassName
{
border-color: #BCCDE9;
}
</style>