Shades of Periwinkle #BEC5F1
Tints of Periwinkle #BEC5F1
RGB
CMYK
RGB Variations
Color information
#BEC5F1 (or 0xBEC5F1) is known color: Periwinkle. HEX triplet: BE, C5 and F1. RGB value is (190,197,241). Sum of RGB (Red+Green+Blue) = 190+197+241=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5F1 is #413A0E. Grayscale: #C7C7C7. Windows color (decimal): -4274703 or 15844798. OLE color: 15844798.
HSL color Cylindrical-coordinate representation of color #BEC5F1: hue angle of 231.76º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC5F1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 197 | 241 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.05 |
| HSL | 231.76º | 0.65% | 0.85% | - |
| HSV(B) | 231.76º | 0.21% | 0.95% | - |
| XYZ | 57.08 | 57.23 | 91.26 | - |
| YUV | 199.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 241 | 0.21 | 0.18 | 0 | 0.05 | 231.76 | 0.65 | 0.85 |
| Hex | BE | C5 | F1 | 15 | 12 | 0 | 5 | E8 | 41 | 55 |
| Octal | 276 | 305 | 361 | 25 | 22 | 0 | 5 | 350 | 101 | 125 |
| Binary | 10111110 | 11000101 | 11110001 | 10101 | 10010 | 0 | 101 | 11101000 | 1000001 | 1010101 |
Color Harmonies of #BEC5F1
Complementary color
Monochromatic Colors of #BEC5F1
Black with #BEC5F1
Text Example
Text Example
White with #BEC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5F1; }
p { color: rgb(190,197,241); }
H1.HeaderClassName
{
color: #BEC5F1;
}
.AnyTagClassName
{
color: #BEC5F1;
}
</style>
background-color css
<style>
a { background-color: #BEC5F1; }
a { background-color: rgb(190,197,241); }
div.DivClassName
{
background-color: #BEC5F1;
}
.BgClassName
{
background-color: #BEC5F1;
}
</style>
border-color css
<style>
span { border-color: #BEC5F1; }
span { border-color: rgb(190,197,241); }
td.TdClassName
{
border-color: #BEC5F1;
}
.TagClassName
{
border-color: #BEC5F1;
}
</style>