Shades of Periwinkle #BEC6E0
Tints of Periwinkle #BEC6E0
RGB
CMYK
RGB Variations
Color information
#BEC6E0 (or 0xBEC6E0) is known color: Periwinkle. HEX triplet: BE, C6 and E0. RGB value is (190,198,224). Sum of RGB (Red+Green+Blue) = 190+198+224=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6E0 is #41391F. Grayscale: #C6C6C6. Windows color (decimal): -4274464 or 14730942. OLE color: 14730942.
HSL color Cylindrical-coordinate representation of color #BEC6E0: hue angle of 225.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC6E0 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 198 | 224 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.12 |
| HSL | 225.88º | 0.35% | 0.81% | - |
| HSV(B) | 225.88º | 0.15% | 0.88% | - |
| XYZ | 54.88 | 56.72 | 78.58 | - |
| YUV | 198.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 224 | 0.15 | 0.12 | 0 | 0.12 | 225.88 | 0.35 | 0.81 |
| Hex | BE | C6 | E0 | F | C | 0 | C | E2 | 23 | 51 |
| Octal | 276 | 306 | 340 | 17 | 14 | 0 | 14 | 342 | 43 | 121 |
| Binary | 10111110 | 11000110 | 11100000 | 1111 | 1100 | 0 | 1100 | 11100010 | 100011 | 1010001 |
Color Harmonies of #BEC6E0
Complementary color
Monochromatic Colors of #BEC6E0
Black with #BEC6E0
Text Example
Text Example
White with #BEC6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6E0; }
p { color: rgb(190,198,224); }
H1.HeaderClassName
{
color: #BEC6E0;
}
.AnyTagClassName
{
color: #BEC6E0;
}
</style>
background-color css
<style>
a { background-color: #BEC6E0; }
a { background-color: rgb(190,198,224); }
div.DivClassName
{
background-color: #BEC6E0;
}
.BgClassName
{
background-color: #BEC6E0;
}
</style>
border-color css
<style>
span { border-color: #BEC6E0; }
span { border-color: rgb(190,198,224); }
td.TdClassName
{
border-color: #BEC6E0;
}
.TagClassName
{
border-color: #BEC6E0;
}
</style>