Shades of Periwinkle #BEC2F0
Tints of Periwinkle #BEC2F0
RGB
CMYK
RGB Variations
Color information
#BEC2F0 (or 0xBEC2F0) is known color: Periwinkle. HEX triplet: BE, C2 and F0. RGB value is (190,194,240). Sum of RGB (Red+Green+Blue) = 190+194+240=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2F0 is #413D0F. Grayscale: #C5C5C5. Windows color (decimal): -4275472 or 15778494. OLE color: 15778494.
HSL color Cylindrical-coordinate representation of color #BEC2F0: hue angle of 235.2º degrees, saturation: 0.62, 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 #BEC2F0 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 194 | 240 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.06 |
| HSL | 235.2º | 0.63% | 0.84% | - |
| HSV(B) | 235.2º | 0.21% | 0.94% | - |
| XYZ | 56.26 | 55.82 | 90.25 | - |
| YUV | 198.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 240 | 0.21 | 0.19 | 0 | 0.06 | 235.2 | 0.63 | 0.84 |
| Hex | BE | C2 | F0 | 15 | 13 | 0 | 6 | EB | 3E | 54 |
| Octal | 276 | 302 | 360 | 25 | 23 | 0 | 6 | 353 | 76 | 124 |
| Binary | 10111110 | 11000010 | 11110000 | 10101 | 10011 | 0 | 110 | 11101011 | 111110 | 1010100 |
Color Harmonies of #BEC2F0
Complementary color
Monochromatic Colors of #BEC2F0
Black with #BEC2F0
Text Example
Text Example
White with #BEC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2F0; }
p { color: rgb(190,194,240); }
H1.HeaderClassName
{
color: #BEC2F0;
}
.AnyTagClassName
{
color: #BEC2F0;
}
</style>
background-color css
<style>
a { background-color: #BEC2F0; }
a { background-color: rgb(190,194,240); }
div.DivClassName
{
background-color: #BEC2F0;
}
.BgClassName
{
background-color: #BEC2F0;
}
</style>
border-color css
<style>
span { border-color: #BEC2F0; }
span { border-color: rgb(190,194,240); }
td.TdClassName
{
border-color: #BEC2F0;
}
.TagClassName
{
border-color: #BEC2F0;
}
</style>