Shades of Periwinkle #BEC4E3
Tints of Periwinkle #BEC4E3
RGB
CMYK
RGB Variations
Color information
#BEC4E3 (or 0xBEC4E3) is known color: Periwinkle. HEX triplet: BE, C4 and E3. RGB value is (190,196,227). Sum of RGB (Red+Green+Blue) = 190+196+227=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4E3 is #413B1C. Grayscale: #C5C5C5. Windows color (decimal): -4274973 or 14927038. OLE color: 14927038.
HSL color Cylindrical-coordinate representation of color #BEC4E3: hue angle of 230.27º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC4E3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 196 | 227 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.11 |
| HSL | 230.27º | 0.4% | 0.82% | - |
| HSV(B) | 230.27º | 0.16% | 0.89% | - |
| XYZ | 54.84 | 55.97 | 80.59 | - |
| YUV | 197.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 227 | 0.16 | 0.14 | 0 | 0.11 | 230.27 | 0.4 | 0.82 |
| Hex | BE | C4 | E3 | 10 | E | 0 | B | E6 | 28 | 52 |
| Octal | 276 | 304 | 343 | 20 | 16 | 0 | 13 | 346 | 50 | 122 |
| Binary | 10111110 | 11000100 | 11100011 | 10000 | 1110 | 0 | 1011 | 11100110 | 101000 | 1010010 |
Color Harmonies of #BEC4E3
Complementary color
Monochromatic Colors of #BEC4E3
Black with #BEC4E3
Text Example
Text Example
White with #BEC4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4E3; }
p { color: rgb(190,196,227); }
H1.HeaderClassName
{
color: #BEC4E3;
}
.AnyTagClassName
{
color: #BEC4E3;
}
</style>
background-color css
<style>
a { background-color: #BEC4E3; }
a { background-color: rgb(190,196,227); }
div.DivClassName
{
background-color: #BEC4E3;
}
.BgClassName
{
background-color: #BEC4E3;
}
</style>
border-color css
<style>
span { border-color: #BEC4E3; }
span { border-color: rgb(190,196,227); }
td.TdClassName
{
border-color: #BEC4E3;
}
.TagClassName
{
border-color: #BEC4E3;
}
</style>