Shades of Periwinkle #BEC4DF
Tints of Periwinkle #BEC4DF
RGB
CMYK
RGB Variations
Color information
#BEC4DF (or 0xBEC4DF) is known color: Periwinkle. HEX triplet: BE, C4 and DF. RGB value is (190,196,223). Sum of RGB (Red+Green+Blue) = 190+196+223=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4DF is #413B20. Grayscale: #C5C5C5. Windows color (decimal): -4274977 or 14664894. OLE color: 14664894.
HSL color Cylindrical-coordinate representation of color #BEC4DF: hue angle of 229.09º 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 #BEC4DF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 196 | 223 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 229.09º | 0.34% | 0.81% | - |
| HSV(B) | 229.09º | 0.15% | 0.87% | - |
| XYZ | 54.29 | 55.75 | 77.71 | - |
| YUV | 197.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 223 | 0.15 | 0.12 | 0 | 0.13 | 229.09 | 0.34 | 0.81 |
| Hex | BE | C4 | DF | F | C | 0 | D | E5 | 22 | 51 |
| Octal | 276 | 304 | 337 | 17 | 14 | 0 | 15 | 345 | 42 | 121 |
| Binary | 10111110 | 11000100 | 11011111 | 1111 | 1100 | 0 | 1101 | 11100101 | 100010 | 1010001 |
Color Harmonies of #BEC4DF
Complementary color
Monochromatic Colors of #BEC4DF
Black with #BEC4DF
Text Example
Text Example
White with #BEC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4DF; }
p { color: rgb(190,196,223); }
H1.HeaderClassName
{
color: #BEC4DF;
}
.AnyTagClassName
{
color: #BEC4DF;
}
</style>
background-color css
<style>
a { background-color: #BEC4DF; }
a { background-color: rgb(190,196,223); }
div.DivClassName
{
background-color: #BEC4DF;
}
.BgClassName
{
background-color: #BEC4DF;
}
</style>
border-color css
<style>
span { border-color: #BEC4DF; }
span { border-color: rgb(190,196,223); }
td.TdClassName
{
border-color: #BEC4DF;
}
.TagClassName
{
border-color: #BEC4DF;
}
</style>