Shades of Periwinkle #BCC5EC
Tints of Periwinkle #BCC5EC
RGB
CMYK
RGB Variations
Color information
#BCC5EC (or 0xBCC5EC) is known color: Periwinkle. HEX triplet: BC, C5 and EC. RGB value is (188,197,236). Sum of RGB (Red+Green+Blue) = 188+197+236=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5EC is #433A13. Grayscale: #C6C6C6. Windows color (decimal): -4405780 or 15517116. OLE color: 15517116.
HSL color Cylindrical-coordinate representation of color #BCC5EC: hue angle of 228.75º 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 #BCC5EC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 197 | 236 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.07 |
| HSL | 228.75º | 0.56% | 0.83% | - |
| HSV(B) | 228.75º | 0.2% | 0.93% | - |
| XYZ | 55.85 | 56.68 | 87.35 | - |
| YUV | 198.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 236 | 0.20 | 0.17 | 0 | 0.07 | 228.75 | 0.56 | 0.83 |
| Hex | BC | C5 | EC | 14 | 11 | 0 | 7 | E5 | 38 | 53 |
| Octal | 274 | 305 | 354 | 24 | 21 | 0 | 7 | 345 | 70 | 123 |
| Binary | 10111100 | 11000101 | 11101100 | 10100 | 10001 | 0 | 111 | 11100101 | 111000 | 1010011 |
Color Harmonies of #BCC5EC
Complementary color
Monochromatic Colors of #BCC5EC
Black with #BCC5EC
Text Example
Text Example
White with #BCC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5EC; }
p { color: rgb(188,197,236); }
H1.HeaderClassName
{
color: #BCC5EC;
}
.AnyTagClassName
{
color: #BCC5EC;
}
</style>
background-color css
<style>
a { background-color: #BCC5EC; }
a { background-color: rgb(188,197,236); }
div.DivClassName
{
background-color: #BCC5EC;
}
.BgClassName
{
background-color: #BCC5EC;
}
</style>
border-color css
<style>
span { border-color: #BCC5EC; }
span { border-color: rgb(188,197,236); }
td.TdClassName
{
border-color: #BCC5EC;
}
.TagClassName
{
border-color: #BCC5EC;
}
</style>