Shades of Periwinkle #BEC5DF
Tints of Periwinkle #BEC5DF
RGB
CMYK
RGB Variations
Color information
#BEC5DF (or 0xBEC5DF) is known color: Periwinkle. HEX triplet: BE, C5 and DF. RGB value is (190,197,223). Sum of RGB (Red+Green+Blue) = 190+197+223=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5DF is #413A20. Grayscale: #C5C5C5. Windows color (decimal): -4274721 or 14665150. OLE color: 14665150.
HSL color Cylindrical-coordinate representation of color #BEC5DF: hue angle of 227.27º 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 #BEC5DF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 197 | 223 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 227.27º | 0.34% | 0.81% | - |
| HSV(B) | 227.27º | 0.15% | 0.87% | - |
| XYZ | 54.52 | 56.21 | 77.79 | - |
| YUV | 197.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 223 | 0.15 | 0.12 | 0 | 0.13 | 227.27 | 0.34 | 0.81 |
| Hex | BE | C5 | DF | F | C | 0 | D | E3 | 22 | 51 |
| Octal | 276 | 305 | 337 | 17 | 14 | 0 | 15 | 343 | 42 | 121 |
| Binary | 10111110 | 11000101 | 11011111 | 1111 | 1100 | 0 | 1101 | 11100011 | 100010 | 1010001 |
Color Harmonies of #BEC5DF
Complementary color
Monochromatic Colors of #BEC5DF
Black with #BEC5DF
Text Example
Text Example
White with #BEC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5DF; }
p { color: rgb(190,197,223); }
H1.HeaderClassName
{
color: #BEC5DF;
}
.AnyTagClassName
{
color: #BEC5DF;
}
</style>
background-color css
<style>
a { background-color: #BEC5DF; }
a { background-color: rgb(190,197,223); }
div.DivClassName
{
background-color: #BEC5DF;
}
.BgClassName
{
background-color: #BEC5DF;
}
</style>
border-color css
<style>
span { border-color: #BEC5DF; }
span { border-color: rgb(190,197,223); }
td.TdClassName
{
border-color: #BEC5DF;
}
.TagClassName
{
border-color: #BEC5DF;
}
</style>