Shades of Periwinkle #BEC1EE
Tints of Periwinkle #BEC1EE
RGB
CMYK
RGB Variations
Color information
#BEC1EE (or 0xBEC1EE) is known color: Periwinkle. HEX triplet: BE, C1 and EE. RGB value is (190,193,238). Sum of RGB (Red+Green+Blue) = 190+193+238=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC1EE is #413E11. Grayscale: #C5C5C5. Windows color (decimal): -4275730 or 15647166. OLE color: 15647166.
HSL color Cylindrical-coordinate representation of color #BEC1EE: hue angle of 236.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC1EE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 193 | 238 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.07 |
| HSL | 236.25º | 0.59% | 0.84% | - |
| HSV(B) | 236.25º | 0.2% | 0.93% | - |
| XYZ | 55.74 | 55.26 | 88.62 | - |
| YUV | 197.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 238 | 0.20 | 0.19 | 0 | 0.07 | 236.25 | 0.59 | 0.84 |
| Hex | BE | C1 | EE | 14 | 13 | 0 | 7 | EC | 3B | 54 |
| Octal | 276 | 301 | 356 | 24 | 23 | 0 | 7 | 354 | 73 | 124 |
| Binary | 10111110 | 11000001 | 11101110 | 10100 | 10011 | 0 | 111 | 11101100 | 111011 | 1010100 |
Color Harmonies of #BEC1EE
Complementary color
Monochromatic Colors of #BEC1EE
Black with #BEC1EE
Text Example
Text Example
White with #BEC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1EE; }
p { color: rgb(190,193,238); }
H1.HeaderClassName
{
color: #BEC1EE;
}
.AnyTagClassName
{
color: #BEC1EE;
}
</style>
background-color css
<style>
a { background-color: #BEC1EE; }
a { background-color: rgb(190,193,238); }
div.DivClassName
{
background-color: #BEC1EE;
}
.BgClassName
{
background-color: #BEC1EE;
}
</style>
border-color css
<style>
span { border-color: #BEC1EE; }
span { border-color: rgb(190,193,238); }
td.TdClassName
{
border-color: #BEC1EE;
}
.TagClassName
{
border-color: #BEC1EE;
}
</style>