Shades of Periwinkle #BED1EF
Tints of Periwinkle #BED1EF
RGB
CMYK
RGB Variations
Color information
#BED1EF (or 0xBED1EF) is known color: Periwinkle. HEX triplet: BE, D1 and EF. RGB value is (190,209,239). Sum of RGB (Red+Green+Blue) = 190+209+239=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1EF is #412E10. Grayscale: #CECECE. Windows color (decimal): -4271633 or 15716798. OLE color: 15716798.
HSL color Cylindrical-coordinate representation of color #BED1EF: hue angle of 216.73º degrees, saturation: 0.6, 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 #BED1EF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 209 | 239 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.06 |
| HSL | 216.73º | 0.6% | 0.84% | - |
| HSV(B) | 216.73º | 0.21% | 0.94% | - |
| XYZ | 59.62 | 62.78 | 90.64 | - |
| YUV | 206.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 239 | 0.21 | 0.13 | 0 | 0.06 | 216.73 | 0.6 | 0.84 |
| Hex | BE | D1 | EF | 15 | D | 0 | 6 | D9 | 3C | 54 |
| Octal | 276 | 321 | 357 | 25 | 15 | 0 | 6 | 331 | 74 | 124 |
| Binary | 10111110 | 11010001 | 11101111 | 10101 | 1101 | 0 | 110 | 11011001 | 111100 | 1010100 |
Color Harmonies of #BED1EF
Complementary color
Monochromatic Colors of #BED1EF
Black with #BED1EF
Text Example
Text Example
White with #BED1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1EF; }
p { color: rgb(190,209,239); }
H1.HeaderClassName
{
color: #BED1EF;
}
.AnyTagClassName
{
color: #BED1EF;
}
</style>
background-color css
<style>
a { background-color: #BED1EF; }
a { background-color: rgb(190,209,239); }
div.DivClassName
{
background-color: #BED1EF;
}
.BgClassName
{
background-color: #BED1EF;
}
</style>
border-color css
<style>
span { border-color: #BED1EF; }
span { border-color: rgb(190,209,239); }
td.TdClassName
{
border-color: #BED1EF;
}
.TagClassName
{
border-color: #BED1EF;
}
</style>