Shades of Periwinkle #BEC3EC
Tints of Periwinkle #BEC3EC
RGB
CMYK
RGB Variations
Color information
#BEC3EC (or 0xBEC3EC) is known color: Periwinkle. HEX triplet: BE, C3 and EC. RGB value is (190,195,236). Sum of RGB (Red+Green+Blue) = 190+195+236=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 195 (76.56% from 255 or 31.40% 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 #BEC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3EC is #413C13. Grayscale: #C6C6C6. Windows color (decimal): -4275220 or 15516606. OLE color: 15516606.
HSL color Cylindrical-coordinate representation of color #BEC3EC: hue angle of 233.48º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC3EC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 195 | 236 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.07 |
| HSL | 233.48º | 0.55% | 0.84% | - |
| HSV(B) | 233.48º | 0.19% | 0.93% | - |
| XYZ | 55.89 | 56.03 | 87.23 | - |
| YUV | 198.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 236 | 0.19 | 0.17 | 0 | 0.07 | 233.48 | 0.55 | 0.84 |
| Hex | BE | C3 | EC | 13 | 11 | 0 | 7 | E9 | 37 | 54 |
| Octal | 276 | 303 | 354 | 23 | 21 | 0 | 7 | 351 | 67 | 124 |
| Binary | 10111110 | 11000011 | 11101100 | 10011 | 10001 | 0 | 111 | 11101001 | 110111 | 1010100 |
Color Harmonies of #BEC3EC
Complementary color
Monochromatic Colors of #BEC3EC
Black with #BEC3EC
Text Example
Text Example
White with #BEC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3EC; }
p { color: rgb(190,195,236); }
H1.HeaderClassName
{
color: #BEC3EC;
}
.AnyTagClassName
{
color: #BEC3EC;
}
</style>
background-color css
<style>
a { background-color: #BEC3EC; }
a { background-color: rgb(190,195,236); }
div.DivClassName
{
background-color: #BEC3EC;
}
.BgClassName
{
background-color: #BEC3EC;
}
</style>
border-color css
<style>
span { border-color: #BEC3EC; }
span { border-color: rgb(190,195,236); }
td.TdClassName
{
border-color: #BEC3EC;
}
.TagClassName
{
border-color: #BEC3EC;
}
</style>