Shades of Periwinkle #BED4F0
Tints of Periwinkle #BED4F0
RGB
CMYK
RGB Variations
Color information
#BED4F0 (or 0xBED4F0) is known color: Periwinkle. HEX triplet: BE, D4 and F0. RGB value is (190,212,240). Sum of RGB (Red+Green+Blue) = 190+212+240=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F0 is #412B0F. Grayscale: #D0D0D0. Windows color (decimal): -4270864 or 15783102. OLE color: 15783102.
HSL color Cylindrical-coordinate representation of color #BED4F0: hue angle of 213.6º 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 #BED4F0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 212 | 240 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.06 |
| HSL | 213.6º | 0.63% | 0.84% | - |
| HSV(B) | 213.6º | 0.21% | 0.94% | - |
| XYZ | 60.51 | 64.33 | 91.67 | - |
| YUV | 208.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 240 | 0.21 | 0.12 | 0 | 0.06 | 213.6 | 0.63 | 0.84 |
| Hex | BE | D4 | F0 | 15 | C | 0 | 6 | D6 | 3E | 54 |
| Octal | 276 | 324 | 360 | 25 | 14 | 0 | 6 | 326 | 76 | 124 |
| Binary | 10111110 | 11010100 | 11110000 | 10101 | 1100 | 0 | 110 | 11010110 | 111110 | 1010100 |
Color Harmonies of #BED4F0
Complementary color
Monochromatic Colors of #BED4F0
Black with #BED4F0
Text Example
Text Example
White with #BED4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4F0; }
p { color: rgb(190,212,240); }
H1.HeaderClassName
{
color: #BED4F0;
}
.AnyTagClassName
{
color: #BED4F0;
}
</style>
background-color css
<style>
a { background-color: #BED4F0; }
a { background-color: rgb(190,212,240); }
div.DivClassName
{
background-color: #BED4F0;
}
.BgClassName
{
background-color: #BED4F0;
}
</style>
border-color css
<style>
span { border-color: #BED4F0; }
span { border-color: rgb(190,212,240); }
td.TdClassName
{
border-color: #BED4F0;
}
.TagClassName
{
border-color: #BED4F0;
}
</style>