Shades of Periwinkle #BEC5ED
Tints of Periwinkle #BEC5ED
RGB
CMYK
RGB Variations
Color information
#BEC5ED (or 0xBEC5ED) is known color: Periwinkle. HEX triplet: BE, C5 and ED. RGB value is (190,197,237). Sum of RGB (Red+Green+Blue) = 190+197+237=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5ED is #413A12. Grayscale: #C7C7C7. Windows color (decimal): -4274707 or 15582654. OLE color: 15582654.
HSL color Cylindrical-coordinate representation of color #BEC5ED: hue angle of 231.06º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC5ED is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 197 | 237 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.07 |
| HSL | 231.06º | 0.57% | 0.84% | - |
| HSV(B) | 231.06º | 0.2% | 0.93% | - |
| XYZ | 56.49 | 56.99 | 88.14 | - |
| YUV | 199.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 237 | 0.20 | 0.17 | 0 | 0.07 | 231.06 | 0.57 | 0.84 |
| Hex | BE | C5 | ED | 14 | 11 | 0 | 7 | E7 | 39 | 54 |
| Octal | 276 | 305 | 355 | 24 | 21 | 0 | 7 | 347 | 71 | 124 |
| Binary | 10111110 | 11000101 | 11101101 | 10100 | 10001 | 0 | 111 | 11100111 | 111001 | 1010100 |
Color Harmonies of #BEC5ED
Complementary color
Monochromatic Colors of #BEC5ED
Black with #BEC5ED
Text Example
Text Example
White with #BEC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5ED; }
p { color: rgb(190,197,237); }
H1.HeaderClassName
{
color: #BEC5ED;
}
.AnyTagClassName
{
color: #BEC5ED;
}
</style>
background-color css
<style>
a { background-color: #BEC5ED; }
a { background-color: rgb(190,197,237); }
div.DivClassName
{
background-color: #BEC5ED;
}
.BgClassName
{
background-color: #BEC5ED;
}
</style>
border-color css
<style>
span { border-color: #BEC5ED; }
span { border-color: rgb(190,197,237); }
td.TdClassName
{
border-color: #BEC5ED;
}
.TagClassName
{
border-color: #BEC5ED;
}
</style>