Shades of Periwinkle #BED3EC
Tints of Periwinkle #BED3EC
RGB
CMYK
RGB Variations
Color information
#BED3EC (or 0xBED3EC) is known color: Periwinkle. HEX triplet: BE, D3 and EC. RGB value is (190,211,236). Sum of RGB (Red+Green+Blue) = 190+211+236=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3EC is #412C13. Grayscale: #CFCFCF. Windows color (decimal): -4271124 or 15520702. OLE color: 15520702.
HSL color Cylindrical-coordinate representation of color #BED3EC: hue angle of 212.61º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED3EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 211 | 236 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.07 |
| HSL | 212.61º | 0.55% | 0.84% | - |
| HSV(B) | 212.61º | 0.19% | 0.93% | - |
| XYZ | 59.67 | 63.59 | 88.49 | - |
| YUV | 207.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 236 | 0.19 | 0.11 | 0 | 0.07 | 212.61 | 0.55 | 0.84 |
| Hex | BE | D3 | EC | 13 | B | 0 | 7 | D5 | 37 | 54 |
| Octal | 276 | 323 | 354 | 23 | 13 | 0 | 7 | 325 | 67 | 124 |
| Binary | 10111110 | 11010011 | 11101100 | 10011 | 1011 | 0 | 111 | 11010101 | 110111 | 1010100 |
Color Harmonies of #BED3EC
Complementary color
Monochromatic Colors of #BED3EC
Black with #BED3EC
Text Example
Text Example
White with #BED3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3EC; }
p { color: rgb(190,211,236); }
H1.HeaderClassName
{
color: #BED3EC;
}
.AnyTagClassName
{
color: #BED3EC;
}
</style>
background-color css
<style>
a { background-color: #BED3EC; }
a { background-color: rgb(190,211,236); }
div.DivClassName
{
background-color: #BED3EC;
}
.BgClassName
{
background-color: #BED3EC;
}
</style>
border-color css
<style>
span { border-color: #BED3EC; }
span { border-color: rgb(190,211,236); }
td.TdClassName
{
border-color: #BED3EC;
}
.TagClassName
{
border-color: #BED3EC;
}
</style>