Shades of Periwinkle #BED3F7
Tints of Periwinkle #BED3F7
RGB
CMYK
RGB Variations
Color information
#BED3F7 (or 0xBED3F7) is known color: Periwinkle. HEX triplet: BE, D3 and F7. RGB value is (190,211,247). Sum of RGB (Red+Green+Blue) = 190+211+247=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #BED3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3F7 is #412C08. Grayscale: #D0D0D0. Windows color (decimal): -4271113 or 16241598. OLE color: 16241598.
HSL color Cylindrical-coordinate representation of color #BED3F7: hue angle of 217.89º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BED3F7 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 211 | 247 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.03 |
| HSL | 217.89º | 0.78% | 0.86% | - |
| HSV(B) | 217.89º | 0.23% | 0.97% | - |
| XYZ | 61.32 | 64.25 | 97.17 | - |
| YUV | 208.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 247 | 0.23 | 0.15 | 0 | 0.03 | 217.89 | 0.78 | 0.86 |
| Hex | BE | D3 | F7 | 17 | F | 0 | 3 | DA | 4E | 56 |
| Octal | 276 | 323 | 367 | 27 | 17 | 0 | 3 | 332 | 116 | 126 |
| Binary | 10111110 | 11010011 | 11110111 | 10111 | 1111 | 0 | 11 | 11011010 | 1001110 | 1010110 |
Color Harmonies of #BED3F7
Complementary color
Monochromatic Colors of #BED3F7
Black with #BED3F7
Text Example
Text Example
White with #BED3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3F7; }
p { color: rgb(190,211,247); }
H1.HeaderClassName
{
color: #BED3F7;
}
.AnyTagClassName
{
color: #BED3F7;
}
</style>
background-color css
<style>
a { background-color: #BED3F7; }
a { background-color: rgb(190,211,247); }
div.DivClassName
{
background-color: #BED3F7;
}
.BgClassName
{
background-color: #BED3F7;
}
</style>
border-color css
<style>
span { border-color: #BED3F7; }
span { border-color: rgb(190,211,247); }
td.TdClassName
{
border-color: #BED3F7;
}
.TagClassName
{
border-color: #BED3F7;
}
</style>