Shades of Periwinkle #BEC9E1
Tints of Periwinkle #BEC9E1
RGB
CMYK
RGB Variations
Color information
#BEC9E1 (or 0xBEC9E1) is known color: Periwinkle. HEX triplet: BE, C9 and E1. RGB value is (190,201,225). Sum of RGB (Red+Green+Blue) = 190+201+225=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEC9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9E1 is #41361E. Grayscale: #C8C8C8. Windows color (decimal): -4273695 or 14797246. OLE color: 14797246.
HSL color Cylindrical-coordinate representation of color #BEC9E1: hue angle of 221.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC9E1 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 201 | 225 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.12 |
| HSL | 221.14º | 0.37% | 0.81% | - |
| HSV(B) | 221.14º | 0.16% | 0.88% | - |
| XYZ | 55.71 | 58.16 | 79.52 | - |
| YUV | 200.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 225 | 0.16 | 0.11 | 0 | 0.12 | 221.14 | 0.37 | 0.81 |
| Hex | BE | C9 | E1 | 10 | B | 0 | C | DD | 25 | 51 |
| Octal | 276 | 311 | 341 | 20 | 13 | 0 | 14 | 335 | 45 | 121 |
| Binary | 10111110 | 11001001 | 11100001 | 10000 | 1011 | 0 | 1100 | 11011101 | 100101 | 1010001 |
Color Harmonies of #BEC9E1
Complementary color
Monochromatic Colors of #BEC9E1
Black with #BEC9E1
Text Example
Text Example
White with #BEC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9E1; }
p { color: rgb(190,201,225); }
H1.HeaderClassName
{
color: #BEC9E1;
}
.AnyTagClassName
{
color: #BEC9E1;
}
</style>
background-color css
<style>
a { background-color: #BEC9E1; }
a { background-color: rgb(190,201,225); }
div.DivClassName
{
background-color: #BEC9E1;
}
.BgClassName
{
background-color: #BEC9E1;
}
</style>
border-color css
<style>
span { border-color: #BEC9E1; }
span { border-color: rgb(190,201,225); }
td.TdClassName
{
border-color: #BEC9E1;
}
.TagClassName
{
border-color: #BEC9E1;
}
</style>