Shades of Periwinkle #BCC7EC
Tints of Periwinkle #BCC7EC
RGB
CMYK
RGB Variations
Color information
#BCC7EC (or 0xBCC7EC) is known color: Periwinkle. HEX triplet: BC, C7 and EC. RGB value is (188,199,236). Sum of RGB (Red+Green+Blue) = 188+199+236=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7EC is #433813. Grayscale: #C7C7C7. Windows color (decimal): -4405268 or 15517628. OLE color: 15517628.
HSL color Cylindrical-coordinate representation of color #BCC7EC: hue angle of 226.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC7EC is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 199 | 236 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.07 |
| HSL | 226.25º | 0.56% | 0.83% | - |
| HSV(B) | 226.25º | 0.2% | 0.93% | - |
| XYZ | 56.3 | 57.59 | 87.51 | - |
| YUV | 199.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 236 | 0.20 | 0.16 | 0 | 0.07 | 226.25 | 0.56 | 0.83 |
| Hex | BC | C7 | EC | 14 | 10 | 0 | 7 | E2 | 38 | 53 |
| Octal | 274 | 307 | 354 | 24 | 20 | 0 | 7 | 342 | 70 | 123 |
| Binary | 10111100 | 11000111 | 11101100 | 10100 | 10000 | 0 | 111 | 11100010 | 111000 | 1010011 |
Color Harmonies of #BCC7EC
Complementary color
Monochromatic Colors of #BCC7EC
Black with #BCC7EC
Text Example
Text Example
White with #BCC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7EC; }
p { color: rgb(188,199,236); }
H1.HeaderClassName
{
color: #BCC7EC;
}
.AnyTagClassName
{
color: #BCC7EC;
}
</style>
background-color css
<style>
a { background-color: #BCC7EC; }
a { background-color: rgb(188,199,236); }
div.DivClassName
{
background-color: #BCC7EC;
}
.BgClassName
{
background-color: #BCC7EC;
}
</style>
border-color css
<style>
span { border-color: #BCC7EC; }
span { border-color: rgb(188,199,236); }
td.TdClassName
{
border-color: #BCC7EC;
}
.TagClassName
{
border-color: #BCC7EC;
}
</style>