Shades of Periwinkle #BED0EF
Tints of Periwinkle #BED0EF
RGB
CMYK
RGB Variations
Color information
#BED0EF (or 0xBED0EF) is known color: Periwinkle. HEX triplet: BE, D0 and EF. RGB value is (190,208,239). Sum of RGB (Red+Green+Blue) = 190+208+239=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0EF is #412F10. Grayscale: #CECECE. Windows color (decimal): -4271889 or 15716542. OLE color: 15716542.
HSL color Cylindrical-coordinate representation of color #BED0EF: hue angle of 217.96º 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 #BED0EF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 208 | 239 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.06 |
| HSL | 217.96º | 0.6% | 0.84% | - |
| HSV(B) | 217.96º | 0.21% | 0.94% | - |
| XYZ | 59.37 | 62.29 | 90.56 | - |
| YUV | 206.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 239 | 0.21 | 0.13 | 0 | 0.06 | 217.96 | 0.6 | 0.84 |
| Hex | BE | D0 | EF | 15 | D | 0 | 6 | DA | 3C | 54 |
| Octal | 276 | 320 | 357 | 25 | 15 | 0 | 6 | 332 | 74 | 124 |
| Binary | 10111110 | 11010000 | 11101111 | 10101 | 1101 | 0 | 110 | 11011010 | 111100 | 1010100 |
Color Harmonies of #BED0EF
Complementary color
Monochromatic Colors of #BED0EF
Black with #BED0EF
Text Example
Text Example
White with #BED0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0EF; }
p { color: rgb(190,208,239); }
H1.HeaderClassName
{
color: #BED0EF;
}
.AnyTagClassName
{
color: #BED0EF;
}
</style>
background-color css
<style>
a { background-color: #BED0EF; }
a { background-color: rgb(190,208,239); }
div.DivClassName
{
background-color: #BED0EF;
}
.BgClassName
{
background-color: #BED0EF;
}
</style>
border-color css
<style>
span { border-color: #BED0EF; }
span { border-color: rgb(190,208,239); }
td.TdClassName
{
border-color: #BED0EF;
}
.TagClassName
{
border-color: #BED0EF;
}
</style>