Shades of Periwinkle #BEC9F1
Tints of Periwinkle #BEC9F1
RGB
CMYK
RGB Variations
Color information
#BEC9F1 (or 0xBEC9F1) is known color: Periwinkle. HEX triplet: BE, C9 and F1. RGB value is (190,201,241). Sum of RGB (Red+Green+Blue) = 190+201+241=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9F1 is #41360E. Grayscale: #CACACA. Windows color (decimal): -4273679 or 15845822. OLE color: 15845822.
HSL color Cylindrical-coordinate representation of color #BEC9F1: hue angle of 227.06º 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 #BEC9F1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 201 | 241 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 227.06º | 0.65% | 0.85% | - |
| HSV(B) | 227.06º | 0.21% | 0.95% | - |
| XYZ | 58 | 59.07 | 91.56 | - |
| YUV | 202.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 241 | 0.21 | 0.17 | 0 | 0.05 | 227.06 | 0.65 | 0.85 |
| Hex | BE | C9 | F1 | 15 | 11 | 0 | 5 | E3 | 41 | 55 |
| Octal | 276 | 311 | 361 | 25 | 21 | 0 | 5 | 343 | 101 | 125 |
| Binary | 10111110 | 11001001 | 11110001 | 10101 | 10001 | 0 | 101 | 11100011 | 1000001 | 1010101 |
Color Harmonies of #BEC9F1
Complementary color
Monochromatic Colors of #BEC9F1
Black with #BEC9F1
Text Example
Text Example
White with #BEC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9F1; }
p { color: rgb(190,201,241); }
H1.HeaderClassName
{
color: #BEC9F1;
}
.AnyTagClassName
{
color: #BEC9F1;
}
</style>
background-color css
<style>
a { background-color: #BEC9F1; }
a { background-color: rgb(190,201,241); }
div.DivClassName
{
background-color: #BEC9F1;
}
.BgClassName
{
background-color: #BEC9F1;
}
</style>
border-color css
<style>
span { border-color: #BEC9F1; }
span { border-color: rgb(190,201,241); }
td.TdClassName
{
border-color: #BEC9F1;
}
.TagClassName
{
border-color: #BEC9F1;
}
</style>