Shades of Periwinkle #BED1F0
Tints of Periwinkle #BED1F0
RGB
CMYK
RGB Variations
Color information
#BED1F0 (or 0xBED1F0) is known color: Periwinkle. HEX triplet: BE, D1 and F0. RGB value is (190,209,240). Sum of RGB (Red+Green+Blue) = 190+209+240=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1F0 is #412E0F. Grayscale: #CECECE. Windows color (decimal): -4271632 or 15782334. OLE color: 15782334.
HSL color Cylindrical-coordinate representation of color #BED1F0: hue angle of 217.2º degrees, saturation: 0.62, 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 #BED1F0 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 209 | 240 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.06 |
| HSL | 217.2º | 0.63% | 0.84% | - |
| HSV(B) | 217.2º | 0.21% | 0.94% | - |
| XYZ | 59.76 | 62.84 | 91.42 | - |
| YUV | 206.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 240 | 0.21 | 0.13 | 0 | 0.06 | 217.2 | 0.63 | 0.84 |
| Hex | BE | D1 | F0 | 15 | D | 0 | 6 | D9 | 3E | 54 |
| Octal | 276 | 321 | 360 | 25 | 15 | 0 | 6 | 331 | 76 | 124 |
| Binary | 10111110 | 11010001 | 11110000 | 10101 | 1101 | 0 | 110 | 11011001 | 111110 | 1010100 |
Color Harmonies of #BED1F0
Complementary color
Monochromatic Colors of #BED1F0
Black with #BED1F0
Text Example
Text Example
White with #BED1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1F0; }
p { color: rgb(190,209,240); }
H1.HeaderClassName
{
color: #BED1F0;
}
.AnyTagClassName
{
color: #BED1F0;
}
</style>
background-color css
<style>
a { background-color: #BED1F0; }
a { background-color: rgb(190,209,240); }
div.DivClassName
{
background-color: #BED1F0;
}
.BgClassName
{
background-color: #BED1F0;
}
</style>
border-color css
<style>
span { border-color: #BED1F0; }
span { border-color: rgb(190,209,240); }
td.TdClassName
{
border-color: #BED1F0;
}
.TagClassName
{
border-color: #BED1F0;
}
</style>