Shades of Periwinkle #BEC4E1
Tints of Periwinkle #BEC4E1
RGB
CMYK
RGB Variations
Color information
#BEC4E1 (or 0xBEC4E1) is known color: Periwinkle. HEX triplet: BE, C4 and E1. RGB value is (190,196,225). Sum of RGB (Red+Green+Blue) = 190+196+225=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEC4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4E1 is #413B1E. Grayscale: #C5C5C5. Windows color (decimal): -4274975 or 14795966. OLE color: 14795966.
HSL color Cylindrical-coordinate representation of color #BEC4E1: hue angle of 229.71º 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 #BEC4E1 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 196 | 225 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.12 |
| HSL | 229.71º | 0.37% | 0.81% | - |
| HSV(B) | 229.71º | 0.16% | 0.88% | - |
| XYZ | 54.57 | 55.86 | 79.14 | - |
| YUV | 197.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 225 | 0.16 | 0.13 | 0 | 0.12 | 229.71 | 0.37 | 0.81 |
| Hex | BE | C4 | E1 | 10 | D | 0 | C | E6 | 25 | 51 |
| Octal | 276 | 304 | 341 | 20 | 15 | 0 | 14 | 346 | 45 | 121 |
| Binary | 10111110 | 11000100 | 11100001 | 10000 | 1101 | 0 | 1100 | 11100110 | 100101 | 1010001 |
Color Harmonies of #BEC4E1
Complementary color
Monochromatic Colors of #BEC4E1
Black with #BEC4E1
Text Example
Text Example
White with #BEC4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4E1; }
p { color: rgb(190,196,225); }
H1.HeaderClassName
{
color: #BEC4E1;
}
.AnyTagClassName
{
color: #BEC4E1;
}
</style>
background-color css
<style>
a { background-color: #BEC4E1; }
a { background-color: rgb(190,196,225); }
div.DivClassName
{
background-color: #BEC4E1;
}
.BgClassName
{
background-color: #BEC4E1;
}
</style>
border-color css
<style>
span { border-color: #BEC4E1; }
span { border-color: rgb(190,196,225); }
td.TdClassName
{
border-color: #BEC4E1;
}
.TagClassName
{
border-color: #BEC4E1;
}
</style>