Shades of Periwinkle #BED3F9
Tints of Periwinkle #BED3F9
RGB
CMYK
RGB Variations
Color information
#BED3F9 (or 0xBED3F9) is known color: Periwinkle. HEX triplet: BE, D3 and F9. RGB value is (190,211,249). Sum of RGB (Red+Green+Blue) = 190+211+249=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3F9 is #412C06. Grayscale: #D0D0D0. Windows color (decimal): -4271111 or 16372670. OLE color: 16372670.
HSL color Cylindrical-coordinate representation of color #BED3F9: hue angle of 218.64º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED3F9 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 211 | 249 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.02 |
| HSL | 218.64º | 0.83% | 0.86% | - |
| HSV(B) | 218.64º | 0.24% | 0.98% | - |
| XYZ | 61.63 | 64.38 | 98.8 | - |
| YUV | 209.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 249 | 0.24 | 0.15 | 0 | 0.02 | 218.64 | 0.83 | 0.86 |
| Hex | BE | D3 | F9 | 18 | F | 0 | 2 | DB | 53 | 56 |
| Octal | 276 | 323 | 371 | 30 | 17 | 0 | 2 | 333 | 123 | 126 |
| Binary | 10111110 | 11010011 | 11111001 | 11000 | 1111 | 0 | 10 | 11011011 | 1010011 | 1010110 |
Color Harmonies of #BED3F9
Complementary color
Monochromatic Colors of #BED3F9
Black with #BED3F9
Text Example
Text Example
White with #BED3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3F9; }
p { color: rgb(190,211,249); }
H1.HeaderClassName
{
color: #BED3F9;
}
.AnyTagClassName
{
color: #BED3F9;
}
</style>
background-color css
<style>
a { background-color: #BED3F9; }
a { background-color: rgb(190,211,249); }
div.DivClassName
{
background-color: #BED3F9;
}
.BgClassName
{
background-color: #BED3F9;
}
</style>
border-color css
<style>
span { border-color: #BED3F9; }
span { border-color: rgb(190,211,249); }
td.TdClassName
{
border-color: #BED3F9;
}
.TagClassName
{
border-color: #BED3F9;
}
</style>