Shades of Periwinkle #BEC8F1
Tints of Periwinkle #BEC8F1
RGB
CMYK
RGB Variations
Color information
#BEC8F1 (or 0xBEC8F1) is known color: Periwinkle. HEX triplet: BE, C8 and F1. RGB value is (190,200,241). Sum of RGB (Red+Green+Blue) = 190+200+241=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8F1 is #41370E. Grayscale: #C9C9C9. Windows color (decimal): -4273935 or 15845566. OLE color: 15845566.
HSL color Cylindrical-coordinate representation of color #BEC8F1: hue angle of 228.24º 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 #BEC8F1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 200 | 241 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.05 |
| HSL | 228.24º | 0.65% | 0.85% | - |
| HSV(B) | 228.24º | 0.21% | 0.95% | - |
| XYZ | 57.77 | 58.61 | 91.49 | - |
| YUV | 201.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 241 | 0.21 | 0.17 | 0 | 0.05 | 228.24 | 0.65 | 0.85 |
| Hex | BE | C8 | F1 | 15 | 11 | 0 | 5 | E4 | 41 | 55 |
| Octal | 276 | 310 | 361 | 25 | 21 | 0 | 5 | 344 | 101 | 125 |
| Binary | 10111110 | 11001000 | 11110001 | 10101 | 10001 | 0 | 101 | 11100100 | 1000001 | 1010101 |
Color Harmonies of #BEC8F1
Complementary color
Monochromatic Colors of #BEC8F1
Black with #BEC8F1
Text Example
Text Example
White with #BEC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8F1; }
p { color: rgb(190,200,241); }
H1.HeaderClassName
{
color: #BEC8F1;
}
.AnyTagClassName
{
color: #BEC8F1;
}
</style>
background-color css
<style>
a { background-color: #BEC8F1; }
a { background-color: rgb(190,200,241); }
div.DivClassName
{
background-color: #BEC8F1;
}
.BgClassName
{
background-color: #BEC8F1;
}
</style>
border-color css
<style>
span { border-color: #BEC8F1; }
span { border-color: rgb(190,200,241); }
td.TdClassName
{
border-color: #BEC8F1;
}
.TagClassName
{
border-color: #BEC8F1;
}
</style>