Shades of Periwinkle #BED3F1
Tints of Periwinkle #BED3F1
RGB
CMYK
RGB Variations
Color information
#BED3F1 (or 0xBED3F1) is known color: Periwinkle. HEX triplet: BE, D3 and F1. RGB value is (190,211,241). Sum of RGB (Red+Green+Blue) = 190+211+241=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3F1 is #412C0E. Grayscale: #D0D0D0. Windows color (decimal): -4271119 or 15848382. OLE color: 15848382.
HSL color Cylindrical-coordinate representation of color #BED3F1: hue angle of 215.29º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED3F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 211 | 241 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.05 |
| HSL | 215.29º | 0.65% | 0.85% | - |
| HSV(B) | 215.29º | 0.21% | 0.95% | - |
| XYZ | 60.41 | 63.89 | 92.37 | - |
| YUV | 208.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 241 | 0.21 | 0.12 | 0 | 0.05 | 215.29 | 0.65 | 0.85 |
| Hex | BE | D3 | F1 | 15 | C | 0 | 5 | D7 | 41 | 55 |
| Octal | 276 | 323 | 361 | 25 | 14 | 0 | 5 | 327 | 101 | 125 |
| Binary | 10111110 | 11010011 | 11110001 | 10101 | 1100 | 0 | 101 | 11010111 | 1000001 | 1010101 |
Color Harmonies of #BED3F1
Complementary color
Monochromatic Colors of #BED3F1
Black with #BED3F1
Text Example
Text Example
White with #BED3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3F1; }
p { color: rgb(190,211,241); }
H1.HeaderClassName
{
color: #BED3F1;
}
.AnyTagClassName
{
color: #BED3F1;
}
</style>
background-color css
<style>
a { background-color: #BED3F1; }
a { background-color: rgb(190,211,241); }
div.DivClassName
{
background-color: #BED3F1;
}
.BgClassName
{
background-color: #BED3F1;
}
</style>
border-color css
<style>
span { border-color: #BED3F1; }
span { border-color: rgb(190,211,241); }
td.TdClassName
{
border-color: #BED3F1;
}
.TagClassName
{
border-color: #BED3F1;
}
</style>