Shades of Periwinkle #BCC7E1
Tints of Periwinkle #BCC7E1
RGB
CMYK
RGB Variations
Color information
#BCC7E1 (or 0xBCC7E1) is known color: Periwinkle. HEX triplet: BC, C7 and E1. RGB value is (188,199,225). Sum of RGB (Red+Green+Blue) = 188+199+225=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7E1 is #43381E. Grayscale: #C6C6C6. Windows color (decimal): -4405279 or 14796732. OLE color: 14796732.
HSL color Cylindrical-coordinate representation of color #BCC7E1: hue angle of 222.16º 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 #BCC7E1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 199 | 225 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.12 |
| HSL | 222.16º | 0.38% | 0.81% | - |
| HSV(B) | 222.16º | 0.16% | 0.88% | - |
| XYZ | 54.75 | 56.97 | 79.35 | - |
| YUV | 198.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 225 | 0.16 | 0.12 | 0 | 0.12 | 222.16 | 0.38 | 0.81 |
| Hex | BC | C7 | E1 | 10 | C | 0 | C | DE | 26 | 51 |
| Octal | 274 | 307 | 341 | 20 | 14 | 0 | 14 | 336 | 46 | 121 |
| Binary | 10111100 | 11000111 | 11100001 | 10000 | 1100 | 0 | 1100 | 11011110 | 100110 | 1010001 |
Color Harmonies of #BCC7E1
Complementary color
Monochromatic Colors of #BCC7E1
Black with #BCC7E1
Text Example
Text Example
White with #BCC7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7E1; }
p { color: rgb(188,199,225); }
H1.HeaderClassName
{
color: #BCC7E1;
}
.AnyTagClassName
{
color: #BCC7E1;
}
</style>
background-color css
<style>
a { background-color: #BCC7E1; }
a { background-color: rgb(188,199,225); }
div.DivClassName
{
background-color: #BCC7E1;
}
.BgClassName
{
background-color: #BCC7E1;
}
</style>
border-color css
<style>
span { border-color: #BCC7E1; }
span { border-color: rgb(188,199,225); }
td.TdClassName
{
border-color: #BCC7E1;
}
.TagClassName
{
border-color: #BCC7E1;
}
</style>