Shades of Periwinkle #BED0F1
Tints of Periwinkle #BED0F1
RGB
CMYK
RGB Variations
Color information
#BED0F1 (or 0xBED0F1) is known color: Periwinkle. HEX triplet: BE, D0 and F1. RGB value is (190,208,241). Sum of RGB (Red+Green+Blue) = 190+208+241=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F1 is #412F0E. Grayscale: #CECECE. Windows color (decimal): -4271887 or 15847614. OLE color: 15847614.
HSL color Cylindrical-coordinate representation of color #BED0F1: hue angle of 218.82º 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 #BED0F1 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 208 | 241 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.05 |
| HSL | 218.82º | 0.65% | 0.85% | - |
| HSV(B) | 218.82º | 0.21% | 0.95% | - |
| XYZ | 59.67 | 62.41 | 92.12 | - |
| YUV | 206.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 241 | 0.21 | 0.14 | 0 | 0.05 | 218.82 | 0.65 | 0.85 |
| Hex | BE | D0 | F1 | 15 | E | 0 | 5 | DB | 41 | 55 |
| Octal | 276 | 320 | 361 | 25 | 16 | 0 | 5 | 333 | 101 | 125 |
| Binary | 10111110 | 11010000 | 11110001 | 10101 | 1110 | 0 | 101 | 11011011 | 1000001 | 1010101 |
Color Harmonies of #BED0F1
Complementary color
Monochromatic Colors of #BED0F1
Black with #BED0F1
Text Example
Text Example
White with #BED0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0F1; }
p { color: rgb(190,208,241); }
H1.HeaderClassName
{
color: #BED0F1;
}
.AnyTagClassName
{
color: #BED0F1;
}
</style>
background-color css
<style>
a { background-color: #BED0F1; }
a { background-color: rgb(190,208,241); }
div.DivClassName
{
background-color: #BED0F1;
}
.BgClassName
{
background-color: #BED0F1;
}
</style>
border-color css
<style>
span { border-color: #BED0F1; }
span { border-color: rgb(190,208,241); }
td.TdClassName
{
border-color: #BED0F1;
}
.TagClassName
{
border-color: #BED0F1;
}
</style>