Shades of Periwinkle #BED3EF
Tints of Periwinkle #BED3EF
RGB
CMYK
RGB Variations
Color information
#BED3EF (or 0xBED3EF) is known color: Periwinkle. HEX triplet: BE, D3 and EF. RGB value is (190,211,239). Sum of RGB (Red+Green+Blue) = 190+211+239=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3EF is #412C10. Grayscale: #CFCFCF. Windows color (decimal): -4271121 or 15717310. OLE color: 15717310.
HSL color Cylindrical-coordinate representation of color #BED3EF: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED3EF is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 211 | 239 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.06 |
| HSL | 214.29º | 0.6% | 0.84% | - |
| HSV(B) | 214.29º | 0.21% | 0.94% | - |
| XYZ | 60.11 | 63.77 | 90.8 | - |
| YUV | 207.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 239 | 0.21 | 0.12 | 0 | 0.06 | 214.29 | 0.6 | 0.84 |
| Hex | BE | D3 | EF | 15 | C | 0 | 6 | D6 | 3C | 54 |
| Octal | 276 | 323 | 357 | 25 | 14 | 0 | 6 | 326 | 74 | 124 |
| Binary | 10111110 | 11010011 | 11101111 | 10101 | 1100 | 0 | 110 | 11010110 | 111100 | 1010100 |
Color Harmonies of #BED3EF
Complementary color
Monochromatic Colors of #BED3EF
Black with #BED3EF
Text Example
Text Example
White with #BED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3EF; }
p { color: rgb(190,211,239); }
H1.HeaderClassName
{
color: #BED3EF;
}
.AnyTagClassName
{
color: #BED3EF;
}
</style>
background-color css
<style>
a { background-color: #BED3EF; }
a { background-color: rgb(190,211,239); }
div.DivClassName
{
background-color: #BED3EF;
}
.BgClassName
{
background-color: #BED3EF;
}
</style>
border-color css
<style>
span { border-color: #BED3EF; }
span { border-color: rgb(190,211,239); }
td.TdClassName
{
border-color: #BED3EF;
}
.TagClassName
{
border-color: #BED3EF;
}
</style>