Shades of Periwinkle #BEC5E1
Tints of Periwinkle #BEC5E1
RGB
CMYK
RGB Variations
Color information
#BEC5E1 (or 0xBEC5E1) is known color: Periwinkle. HEX triplet: BE, C5 and E1. RGB value is (190,197,225). Sum of RGB (Red+Green+Blue) = 190+197+225=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 197 (77.34% from 255 or 32.19% 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 #BEC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5E1 is #413A1E. Grayscale: #C5C5C5. Windows color (decimal): -4274719 or 14796222. OLE color: 14796222.
HSL color Cylindrical-coordinate representation of color #BEC5E1: hue angle of 228º degrees, saturation: 0.37, 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 #BEC5E1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 197 | 225 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.12 |
| HSL | 228º | 0.37% | 0.81% | - |
| HSV(B) | 228º | 0.16% | 0.88% | - |
| XYZ | 54.79 | 56.32 | 79.22 | - |
| YUV | 198.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 225 | 0.16 | 0.12 | 0 | 0.12 | 228 | 0.37 | 0.81 |
| Hex | BE | C5 | E1 | 10 | C | 0 | C | E4 | 25 | 51 |
| Octal | 276 | 305 | 341 | 20 | 14 | 0 | 14 | 344 | 45 | 121 |
| Binary | 10111110 | 11000101 | 11100001 | 10000 | 1100 | 0 | 1100 | 11100100 | 100101 | 1010001 |
Color Harmonies of #BEC5E1
Complementary color
Monochromatic Colors of #BEC5E1
Black with #BEC5E1
Text Example
Text Example
White with #BEC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5E1; }
p { color: rgb(190,197,225); }
H1.HeaderClassName
{
color: #BEC5E1;
}
.AnyTagClassName
{
color: #BEC5E1;
}
</style>
background-color css
<style>
a { background-color: #BEC5E1; }
a { background-color: rgb(190,197,225); }
div.DivClassName
{
background-color: #BEC5E1;
}
.BgClassName
{
background-color: #BEC5E1;
}
</style>
border-color css
<style>
span { border-color: #BEC5E1; }
span { border-color: rgb(190,197,225); }
td.TdClassName
{
border-color: #BEC5E1;
}
.TagClassName
{
border-color: #BEC5E1;
}
</style>