Shades of Periwinkle #BEC9EA
Tints of Periwinkle #BEC9EA
RGB
CMYK
RGB Variations
Color information
#BEC9EA (or 0xBEC9EA) is known color: Periwinkle. HEX triplet: BE, C9 and EA. RGB value is (190,201,234). Sum of RGB (Red+Green+Blue) = 190+201+234=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9EA is #413615. Grayscale: #C9C9C9. Windows color (decimal): -4273686 or 15387070. OLE color: 15387070.
HSL color Cylindrical-coordinate representation of color #BEC9EA: hue angle of 225º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC9EA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 201 | 234 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.08 |
| HSL | 225º | 0.51% | 0.83% | - |
| HSV(B) | 225º | 0.19% | 0.92% | - |
| XYZ | 56.97 | 58.66 | 86.16 | - |
| YUV | 201.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 234 | 0.19 | 0.14 | 0 | 0.08 | 225 | 0.51 | 0.83 |
| Hex | BE | C9 | EA | 13 | E | 0 | 8 | E1 | 33 | 53 |
| Octal | 276 | 311 | 352 | 23 | 16 | 0 | 10 | 341 | 63 | 123 |
| Binary | 10111110 | 11001001 | 11101010 | 10011 | 1110 | 0 | 1000 | 11100001 | 110011 | 1010011 |
Color Harmonies of #BEC9EA
Complementary color
Monochromatic Colors of #BEC9EA
Black with #BEC9EA
Text Example
Text Example
White with #BEC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9EA; }
p { color: rgb(190,201,234); }
H1.HeaderClassName
{
color: #BEC9EA;
}
.AnyTagClassName
{
color: #BEC9EA;
}
</style>
background-color css
<style>
a { background-color: #BEC9EA; }
a { background-color: rgb(190,201,234); }
div.DivClassName
{
background-color: #BEC9EA;
}
.BgClassName
{
background-color: #BEC9EA;
}
</style>
border-color css
<style>
span { border-color: #BEC9EA; }
span { border-color: rgb(190,201,234); }
td.TdClassName
{
border-color: #BEC9EA;
}
.TagClassName
{
border-color: #BEC9EA;
}
</style>