Shades of Periwinkle #BECBF1
Tints of Periwinkle #BECBF1
RGB
CMYK
RGB Variations
Color information
#BECBF1 (or 0xBECBF1) is known color: Periwinkle. HEX triplet: BE, CB and F1. RGB value is (190,203,241). Sum of RGB (Red+Green+Blue) = 190+203+241=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBF1 is #41340E. Grayscale: #CBCBCB. Windows color (decimal): -4273167 or 15846334. OLE color: 15846334.
HSL color Cylindrical-coordinate representation of color #BECBF1: hue angle of 224.71º 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 #BECBF1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 203 | 241 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.05 |
| HSL | 224.71º | 0.65% | 0.85% | - |
| HSV(B) | 224.71º | 0.21% | 0.95% | - |
| XYZ | 58.47 | 60.01 | 91.72 | - |
| YUV | 203.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 241 | 0.21 | 0.16 | 0 | 0.05 | 224.71 | 0.65 | 0.85 |
| Hex | BE | CB | F1 | 15 | 10 | 0 | 5 | E1 | 41 | 55 |
| Octal | 276 | 313 | 361 | 25 | 20 | 0 | 5 | 341 | 101 | 125 |
| Binary | 10111110 | 11001011 | 11110001 | 10101 | 10000 | 0 | 101 | 11100001 | 1000001 | 1010101 |
Color Harmonies of #BECBF1
Complementary color
Monochromatic Colors of #BECBF1
Black with #BECBF1
Text Example
Text Example
White with #BECBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBF1; }
p { color: rgb(190,203,241); }
H1.HeaderClassName
{
color: #BECBF1;
}
.AnyTagClassName
{
color: #BECBF1;
}
</style>
background-color css
<style>
a { background-color: #BECBF1; }
a { background-color: rgb(190,203,241); }
div.DivClassName
{
background-color: #BECBF1;
}
.BgClassName
{
background-color: #BECBF1;
}
</style>
border-color css
<style>
span { border-color: #BECBF1; }
span { border-color: rgb(190,203,241); }
td.TdClassName
{
border-color: #BECBF1;
}
.TagClassName
{
border-color: #BECBF1;
}
</style>