Shades of Periwinkle #BEC9F7
Tints of Periwinkle #BEC9F7
RGB
CMYK
RGB Variations
Color information
#BEC9F7 (or 0xBEC9F7) is known color: Periwinkle. HEX triplet: BE, C9 and F7. RGB value is (190,201,247). Sum of RGB (Red+Green+Blue) = 190+201+247=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEC9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9F7 is #413608. Grayscale: #CACACA. Windows color (decimal): -4273673 or 16239038. OLE color: 16239038.
HSL color Cylindrical-coordinate representation of color #BEC9F7: hue angle of 228.42º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC9F7 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 201 | 247 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.03 |
| HSL | 228.42º | 0.78% | 0.86% | - |
| HSV(B) | 228.42º | 0.23% | 0.97% | - |
| XYZ | 58.91 | 59.44 | 96.36 | - |
| YUV | 202.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 247 | 0.23 | 0.19 | 0 | 0.03 | 228.42 | 0.78 | 0.86 |
| Hex | BE | C9 | F7 | 17 | 13 | 0 | 3 | E4 | 4E | 56 |
| Octal | 276 | 311 | 367 | 27 | 23 | 0 | 3 | 344 | 116 | 126 |
| Binary | 10111110 | 11001001 | 11110111 | 10111 | 10011 | 0 | 11 | 11100100 | 1001110 | 1010110 |
Color Harmonies of #BEC9F7
Complementary color
Monochromatic Colors of #BEC9F7
Black with #BEC9F7
Text Example
Text Example
White with #BEC9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9F7; }
p { color: rgb(190,201,247); }
H1.HeaderClassName
{
color: #BEC9F7;
}
.AnyTagClassName
{
color: #BEC9F7;
}
</style>
background-color css
<style>
a { background-color: #BEC9F7; }
a { background-color: rgb(190,201,247); }
div.DivClassName
{
background-color: #BEC9F7;
}
.BgClassName
{
background-color: #BEC9F7;
}
</style>
border-color css
<style>
span { border-color: #BEC9F7; }
span { border-color: rgb(190,201,247); }
td.TdClassName
{
border-color: #BEC9F7;
}
.TagClassName
{
border-color: #BEC9F7;
}
</style>