Shades of Periwinkle #BEC9E6
Tints of Periwinkle #BEC9E6
RGB
CMYK
RGB Variations
Color information
#BEC9E6 (or 0xBEC9E6) is known color: Periwinkle. HEX triplet: BE, C9 and E6. RGB value is (190,201,230). Sum of RGB (Red+Green+Blue) = 190+201+230=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9E6 is #413619. Grayscale: #C8C8C8. Windows color (decimal): -4273690 or 15124926. OLE color: 15124926.
HSL color Cylindrical-coordinate representation of color #BEC9E6: hue angle of 223.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC9E6 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 201 | 230 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.10 |
| HSL | 223.5º | 0.44% | 0.82% | - |
| HSV(B) | 223.5º | 0.17% | 0.9% | - |
| XYZ | 56.4 | 58.43 | 83.17 | - |
| YUV | 201.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 230 | 0.17 | 0.13 | 0 | 0.10 | 223.5 | 0.44 | 0.82 |
| Hex | BE | C9 | E6 | 11 | D | 0 | A | E0 | 2C | 52 |
| Octal | 276 | 311 | 346 | 21 | 15 | 0 | 12 | 340 | 54 | 122 |
| Binary | 10111110 | 11001001 | 11100110 | 10001 | 1101 | 0 | 1010 | 11100000 | 101100 | 1010010 |
Color Harmonies of #BEC9E6
Complementary color
Monochromatic Colors of #BEC9E6
Black with #BEC9E6
Text Example
Text Example
White with #BEC9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9E6; }
p { color: rgb(190,201,230); }
H1.HeaderClassName
{
color: #BEC9E6;
}
.AnyTagClassName
{
color: #BEC9E6;
}
</style>
background-color css
<style>
a { background-color: #BEC9E6; }
a { background-color: rgb(190,201,230); }
div.DivClassName
{
background-color: #BEC9E6;
}
.BgClassName
{
background-color: #BEC9E6;
}
</style>
border-color css
<style>
span { border-color: #BEC9E6; }
span { border-color: rgb(190,201,230); }
td.TdClassName
{
border-color: #BEC9E6;
}
.TagClassName
{
border-color: #BEC9E6;
}
</style>