Shades of Periwinkle #BEC8E1
Tints of Periwinkle #BEC8E1
RGB
CMYK
RGB Variations
Color information
#BEC8E1 (or 0xBEC8E1) is known color: Periwinkle. HEX triplet: BE, C8 and E1. RGB value is (190,200,225). Sum of RGB (Red+Green+Blue) = 190+200+225=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEC8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8E1 is #41371E. Grayscale: #C7C7C7. Windows color (decimal): -4273951 or 14796990. OLE color: 14796990.
HSL color Cylindrical-coordinate representation of color #BEC8E1: hue angle of 222.86º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC8E1 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 200 | 225 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.12 |
| HSL | 222.86º | 0.37% | 0.81% | - |
| HSV(B) | 222.86º | 0.16% | 0.88% | - |
| XYZ | 55.48 | 57.69 | 79.45 | - |
| YUV | 199.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 225 | 0.16 | 0.11 | 0 | 0.12 | 222.86 | 0.37 | 0.81 |
| Hex | BE | C8 | E1 | 10 | B | 0 | C | DF | 25 | 51 |
| Octal | 276 | 310 | 341 | 20 | 13 | 0 | 14 | 337 | 45 | 121 |
| Binary | 10111110 | 11001000 | 11100001 | 10000 | 1011 | 0 | 1100 | 11011111 | 100101 | 1010001 |
Color Harmonies of #BEC8E1
Complementary color
Monochromatic Colors of #BEC8E1
Black with #BEC8E1
Text Example
Text Example
White with #BEC8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8E1; }
p { color: rgb(190,200,225); }
H1.HeaderClassName
{
color: #BEC8E1;
}
.AnyTagClassName
{
color: #BEC8E1;
}
</style>
background-color css
<style>
a { background-color: #BEC8E1; }
a { background-color: rgb(190,200,225); }
div.DivClassName
{
background-color: #BEC8E1;
}
.BgClassName
{
background-color: #BEC8E1;
}
</style>
border-color css
<style>
span { border-color: #BEC8E1; }
span { border-color: rgb(190,200,225); }
td.TdClassName
{
border-color: #BEC8E1;
}
.TagClassName
{
border-color: #BEC8E1;
}
</style>