Shades of Periwinkle #BEC6DF
Tints of Periwinkle #BEC6DF
RGB
CMYK
RGB Variations
Color information
#BEC6DF (or 0xBEC6DF) is known color: Periwinkle. HEX triplet: BE, C6 and DF. RGB value is (190,198,223). Sum of RGB (Red+Green+Blue) = 190+198+223=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6DF is #413920. Grayscale: #C6C6C6. Windows color (decimal): -4274465 or 14665406. OLE color: 14665406.
HSL color Cylindrical-coordinate representation of color #BEC6DF: hue angle of 225.45º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC6DF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 198 | 223 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.13 |
| HSL | 225.45º | 0.34% | 0.81% | - |
| HSV(B) | 225.45º | 0.15% | 0.87% | - |
| XYZ | 54.75 | 56.66 | 77.86 | - |
| YUV | 198.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 223 | 0.15 | 0.11 | 0 | 0.13 | 225.45 | 0.34 | 0.81 |
| Hex | BE | C6 | DF | F | B | 0 | D | E1 | 22 | 51 |
| Octal | 276 | 306 | 337 | 17 | 13 | 0 | 15 | 341 | 42 | 121 |
| Binary | 10111110 | 11000110 | 11011111 | 1111 | 1011 | 0 | 1101 | 11100001 | 100010 | 1010001 |
Color Harmonies of #BEC6DF
Complementary color
Monochromatic Colors of #BEC6DF
Black with #BEC6DF
Text Example
Text Example
White with #BEC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6DF; }
p { color: rgb(190,198,223); }
H1.HeaderClassName
{
color: #BEC6DF;
}
.AnyTagClassName
{
color: #BEC6DF;
}
</style>
background-color css
<style>
a { background-color: #BEC6DF; }
a { background-color: rgb(190,198,223); }
div.DivClassName
{
background-color: #BEC6DF;
}
.BgClassName
{
background-color: #BEC6DF;
}
</style>
border-color css
<style>
span { border-color: #BEC6DF; }
span { border-color: rgb(190,198,223); }
td.TdClassName
{
border-color: #BEC6DF;
}
.TagClassName
{
border-color: #BEC6DF;
}
</style>