Shades of Periwinkle #BED5EF
Tints of Periwinkle #BED5EF
RGB
CMYK
RGB Variations
Color information
#BED5EF (or 0xBED5EF) is known color: Periwinkle. HEX triplet: BE, D5 and EF. RGB value is (190,213,239). Sum of RGB (Red+Green+Blue) = 190+213+239=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5EF is #412A10. Grayscale: #D0D0D0. Windows color (decimal): -4270609 or 15717822. OLE color: 15717822.
HSL color Cylindrical-coordinate representation of color #BED5EF: hue angle of 211.84º 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 #BED5EF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 213 | 239 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.06 |
| HSL | 211.84º | 0.6% | 0.84% | - |
| HSV(B) | 211.84º | 0.21% | 0.94% | - |
| XYZ | 60.61 | 64.77 | 90.97 | - |
| YUV | 209.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 239 | 0.21 | 0.11 | 0 | 0.06 | 211.84 | 0.6 | 0.84 |
| Hex | BE | D5 | EF | 15 | B | 0 | 6 | D4 | 3C | 54 |
| Octal | 276 | 325 | 357 | 25 | 13 | 0 | 6 | 324 | 74 | 124 |
| Binary | 10111110 | 11010101 | 11101111 | 10101 | 1011 | 0 | 110 | 11010100 | 111100 | 1010100 |
Color Harmonies of #BED5EF
Complementary color
Monochromatic Colors of #BED5EF
Black with #BED5EF
Text Example
Text Example
White with #BED5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5EF; }
p { color: rgb(190,213,239); }
H1.HeaderClassName
{
color: #BED5EF;
}
.AnyTagClassName
{
color: #BED5EF;
}
</style>
background-color css
<style>
a { background-color: #BED5EF; }
a { background-color: rgb(190,213,239); }
div.DivClassName
{
background-color: #BED5EF;
}
.BgClassName
{
background-color: #BED5EF;
}
</style>
border-color css
<style>
span { border-color: #BED5EF; }
span { border-color: rgb(190,213,239); }
td.TdClassName
{
border-color: #BED5EF;
}
.TagClassName
{
border-color: #BED5EF;
}
</style>