Shades of Periwinkle #BEC8F6
Tints of Periwinkle #BEC8F6
RGB
CMYK
RGB Variations
Color information
#BEC8F6 (or 0xBEC8F6) is known color: Periwinkle. HEX triplet: BE, C8 and F6. RGB value is (190,200,246). Sum of RGB (Red+Green+Blue) = 190+200+246=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEC8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8F6 is #413709. Grayscale: #CACACA. Windows color (decimal): -4273930 or 16173246. OLE color: 16173246.
HSL color Cylindrical-coordinate representation of color #BEC8F6: hue angle of 229.29º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC8F6 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 200 | 246 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.04 |
| HSL | 229.29º | 0.76% | 0.85% | - |
| HSV(B) | 229.29º | 0.23% | 0.96% | - |
| XYZ | 58.52 | 58.91 | 95.47 | - |
| YUV | 202.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 246 | 0.23 | 0.19 | 0 | 0.04 | 229.29 | 0.76 | 0.85 |
| Hex | BE | C8 | F6 | 17 | 13 | 0 | 4 | E5 | 4C | 55 |
| Octal | 276 | 310 | 366 | 27 | 23 | 0 | 4 | 345 | 114 | 125 |
| Binary | 10111110 | 11001000 | 11110110 | 10111 | 10011 | 0 | 100 | 11100101 | 1001100 | 1010101 |
Color Harmonies of #BEC8F6
Complementary color
Monochromatic Colors of #BEC8F6
Black with #BEC8F6
Text Example
Text Example
White with #BEC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8F6; }
p { color: rgb(190,200,246); }
H1.HeaderClassName
{
color: #BEC8F6;
}
.AnyTagClassName
{
color: #BEC8F6;
}
</style>
background-color css
<style>
a { background-color: #BEC8F6; }
a { background-color: rgb(190,200,246); }
div.DivClassName
{
background-color: #BEC8F6;
}
.BgClassName
{
background-color: #BEC8F6;
}
</style>
border-color css
<style>
span { border-color: #BEC8F6; }
span { border-color: rgb(190,200,246); }
td.TdClassName
{
border-color: #BEC8F6;
}
.TagClassName
{
border-color: #BEC8F6;
}
</style>