Shades of Periwinkle #BEC7DF
Tints of Periwinkle #BEC7DF
RGB
CMYK
RGB Variations
Color information
#BEC7DF (or 0xBEC7DF) is known color: Periwinkle. HEX triplet: BE, C7 and DF. RGB value is (190,199,223). Sum of RGB (Red+Green+Blue) = 190+199+223=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7DF is #413820. Grayscale: #C6C6C6. Windows color (decimal): -4274209 or 14665662. OLE color: 14665662.
HSL color Cylindrical-coordinate representation of color #BEC7DF: hue angle of 223.64º 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 #BEC7DF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 199 | 223 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.13 |
| HSL | 223.64º | 0.34% | 0.81% | - |
| HSV(B) | 223.64º | 0.15% | 0.87% | - |
| XYZ | 54.98 | 57.12 | 77.94 | - |
| YUV | 199.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 223 | 0.15 | 0.11 | 0 | 0.13 | 223.64 | 0.34 | 0.81 |
| Hex | BE | C7 | DF | F | B | 0 | D | E0 | 22 | 51 |
| Octal | 276 | 307 | 337 | 17 | 13 | 0 | 15 | 340 | 42 | 121 |
| Binary | 10111110 | 11000111 | 11011111 | 1111 | 1011 | 0 | 1101 | 11100000 | 100010 | 1010001 |
Color Harmonies of #BEC7DF
Complementary color
Monochromatic Colors of #BEC7DF
Black with #BEC7DF
Text Example
Text Example
White with #BEC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7DF; }
p { color: rgb(190,199,223); }
H1.HeaderClassName
{
color: #BEC7DF;
}
.AnyTagClassName
{
color: #BEC7DF;
}
</style>
background-color css
<style>
a { background-color: #BEC7DF; }
a { background-color: rgb(190,199,223); }
div.DivClassName
{
background-color: #BEC7DF;
}
.BgClassName
{
background-color: #BEC7DF;
}
</style>
border-color css
<style>
span { border-color: #BEC7DF; }
span { border-color: rgb(190,199,223); }
td.TdClassName
{
border-color: #BEC7DF;
}
.TagClassName
{
border-color: #BEC7DF;
}
</style>