Shades of Periwinkle #BCC5E1
Tints of Periwinkle #BCC5E1
RGB
CMYK
RGB Variations
Color information
#BCC5E1 (or 0xBCC5E1) is known color: Periwinkle. HEX triplet: BC, C5 and E1. RGB value is (188,197,225). Sum of RGB (Red+Green+Blue) = 188+197+225=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5E1 is #433A1E. Grayscale: #C5C5C5. Windows color (decimal): -4405791 or 14796220. OLE color: 14796220.
HSL color Cylindrical-coordinate representation of color #BCC5E1: hue angle of 225.41º 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 #BCC5E1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 197 | 225 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.12 |
| HSL | 225.41º | 0.38% | 0.81% | - |
| HSV(B) | 225.41º | 0.16% | 0.88% | - |
| XYZ | 54.3 | 56.06 | 79.19 | - |
| YUV | 197.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 225 | 0.16 | 0.12 | 0 | 0.12 | 225.41 | 0.38 | 0.81 |
| Hex | BC | C5 | E1 | 10 | C | 0 | C | E1 | 26 | 51 |
| Octal | 274 | 305 | 341 | 20 | 14 | 0 | 14 | 341 | 46 | 121 |
| Binary | 10111100 | 11000101 | 11100001 | 10000 | 1100 | 0 | 1100 | 11100001 | 100110 | 1010001 |
Color Harmonies of #BCC5E1
Complementary color
Monochromatic Colors of #BCC5E1
Black with #BCC5E1
Text Example
Text Example
White with #BCC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5E1; }
p { color: rgb(188,197,225); }
H1.HeaderClassName
{
color: #BCC5E1;
}
.AnyTagClassName
{
color: #BCC5E1;
}
</style>
background-color css
<style>
a { background-color: #BCC5E1; }
a { background-color: rgb(188,197,225); }
div.DivClassName
{
background-color: #BCC5E1;
}
.BgClassName
{
background-color: #BCC5E1;
}
</style>
border-color css
<style>
span { border-color: #BCC5E1; }
span { border-color: rgb(188,197,225); }
td.TdClassName
{
border-color: #BCC5E1;
}
.TagClassName
{
border-color: #BCC5E1;
}
</style>