Shades of Periwinkle #BEC9EF
Tints of Periwinkle #BEC9EF
RGB
CMYK
RGB Variations
Color information
#BEC9EF (or 0xBEC9EF) is known color: Periwinkle. HEX triplet: BE, C9 and EF. RGB value is (190,201,239). Sum of RGB (Red+Green+Blue) = 190+201+239=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9EF is #413610. Grayscale: #C9C9C9. Windows color (decimal): -4273681 or 15714750. OLE color: 15714750.
HSL color Cylindrical-coordinate representation of color #BEC9EF: hue angle of 226.53º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC9EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 201 | 239 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.06 |
| HSL | 226.53º | 0.6% | 0.84% | - |
| HSV(B) | 226.53º | 0.21% | 0.94% | - |
| XYZ | 57.7 | 58.95 | 90 | - |
| YUV | 202.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 239 | 0.21 | 0.16 | 0 | 0.06 | 226.53 | 0.6 | 0.84 |
| Hex | BE | C9 | EF | 15 | 10 | 0 | 6 | E3 | 3C | 54 |
| Octal | 276 | 311 | 357 | 25 | 20 | 0 | 6 | 343 | 74 | 124 |
| Binary | 10111110 | 11001001 | 11101111 | 10101 | 10000 | 0 | 110 | 11100011 | 111100 | 1010100 |
Color Harmonies of #BEC9EF
Complementary color
Monochromatic Colors of #BEC9EF
Black with #BEC9EF
Text Example
Text Example
White with #BEC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9EF; }
p { color: rgb(190,201,239); }
H1.HeaderClassName
{
color: #BEC9EF;
}
.AnyTagClassName
{
color: #BEC9EF;
}
</style>
background-color css
<style>
a { background-color: #BEC9EF; }
a { background-color: rgb(190,201,239); }
div.DivClassName
{
background-color: #BEC9EF;
}
.BgClassName
{
background-color: #BEC9EF;
}
</style>
border-color css
<style>
span { border-color: #BEC9EF; }
span { border-color: rgb(190,201,239); }
td.TdClassName
{
border-color: #BEC9EF;
}
.TagClassName
{
border-color: #BEC9EF;
}
</style>