Shades of Periwinkle #BEC2EF
Tints of Periwinkle #BEC2EF
RGB
CMYK
RGB Variations
Color information
#BEC2EF (or 0xBEC2EF) is known color: Periwinkle. HEX triplet: BE, C2 and EF. RGB value is (190,194,239). Sum of RGB (Red+Green+Blue) = 190+194+239=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EF is #413D10. Grayscale: #C5C5C5. Windows color (decimal): -4275473 or 15712958. OLE color: 15712958.
HSL color Cylindrical-coordinate representation of color #BEC2EF: hue angle of 235.1º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC2EF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 194 | 239 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.06 |
| HSL | 235.1º | 0.6% | 0.84% | - |
| HSV(B) | 235.1º | 0.21% | 0.94% | - |
| XYZ | 56.11 | 55.76 | 89.47 | - |
| YUV | 197.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 239 | 0.21 | 0.19 | 0 | 0.06 | 235.1 | 0.6 | 0.84 |
| Hex | BE | C2 | EF | 15 | 13 | 0 | 6 | EB | 3C | 54 |
| Octal | 276 | 302 | 357 | 25 | 23 | 0 | 6 | 353 | 74 | 124 |
| Binary | 10111110 | 11000010 | 11101111 | 10101 | 10011 | 0 | 110 | 11101011 | 111100 | 1010100 |
Color Harmonies of #BEC2EF
Complementary color
Monochromatic Colors of #BEC2EF
Black with #BEC2EF
Text Example
Text Example
White with #BEC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2EF; }
p { color: rgb(190,194,239); }
H1.HeaderClassName
{
color: #BEC2EF;
}
.AnyTagClassName
{
color: #BEC2EF;
}
</style>
background-color css
<style>
a { background-color: #BEC2EF; }
a { background-color: rgb(190,194,239); }
div.DivClassName
{
background-color: #BEC2EF;
}
.BgClassName
{
background-color: #BEC2EF;
}
</style>
border-color css
<style>
span { border-color: #BEC2EF; }
span { border-color: rgb(190,194,239); }
td.TdClassName
{
border-color: #BEC2EF;
}
.TagClassName
{
border-color: #BEC2EF;
}
</style>