Shades of Periwinkle #BCC6E1
Tints of Periwinkle #BCC6E1
RGB
CMYK
RGB Variations
Color information
#BCC6E1 (or 0xBCC6E1) is known color: Periwinkle. HEX triplet: BC, C6 and E1. RGB value is (188,198,225). Sum of RGB (Red+Green+Blue) = 188+198+225=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6E1 is #43391E. Grayscale: #C5C5C5. Windows color (decimal): -4405535 or 14796476. OLE color: 14796476.
HSL color Cylindrical-coordinate representation of color #BCC6E1: hue angle of 223.78º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC6E1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 198 | 225 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.12 |
| HSL | 223.78º | 0.38% | 0.81% | - |
| HSV(B) | 223.78º | 0.16% | 0.88% | - |
| XYZ | 54.52 | 56.52 | 79.27 | - |
| YUV | 198.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 225 | 0.16 | 0.12 | 0 | 0.12 | 223.78 | 0.38 | 0.81 |
| Hex | BC | C6 | E1 | 10 | C | 0 | C | E0 | 26 | 51 |
| Octal | 274 | 306 | 341 | 20 | 14 | 0 | 14 | 340 | 46 | 121 |
| Binary | 10111100 | 11000110 | 11100001 | 10000 | 1100 | 0 | 1100 | 11100000 | 100110 | 1010001 |
Color Harmonies of #BCC6E1
Complementary color
Monochromatic Colors of #BCC6E1
Black with #BCC6E1
Text Example
Text Example
White with #BCC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6E1; }
p { color: rgb(188,198,225); }
H1.HeaderClassName
{
color: #BCC6E1;
}
.AnyTagClassName
{
color: #BCC6E1;
}
</style>
background-color css
<style>
a { background-color: #BCC6E1; }
a { background-color: rgb(188,198,225); }
div.DivClassName
{
background-color: #BCC6E1;
}
.BgClassName
{
background-color: #BCC6E1;
}
</style>
border-color css
<style>
span { border-color: #BCC6E1; }
span { border-color: rgb(188,198,225); }
td.TdClassName
{
border-color: #BCC6E1;
}
.TagClassName
{
border-color: #BCC6E1;
}
</style>