Shades of Periwinkle #BED3F4
Tints of Periwinkle #BED3F4
RGB
CMYK
RGB Variations
Color information
#BED3F4 (or 0xBED3F4) is known color: Periwinkle. HEX triplet: BE, D3 and F4. RGB value is (190,211,244). Sum of RGB (Red+Green+Blue) = 190+211+244=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 244 - color contains mainly: blue. Hex color #BED3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3F4 is #412C0B. Grayscale: #D0D0D0. Windows color (decimal): -4271116 or 16044990. OLE color: 16044990.
HSL color Cylindrical-coordinate representation of color #BED3F4: hue angle of 216.67º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED3F4 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 211 | 244 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.04 |
| HSL | 216.67º | 0.71% | 0.85% | - |
| HSV(B) | 216.67º | 0.22% | 0.96% | - |
| XYZ | 60.86 | 64.07 | 94.75 | - |
| YUV | 208.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 244 | 0.22 | 0.14 | 0 | 0.04 | 216.67 | 0.71 | 0.85 |
| Hex | BE | D3 | F4 | 16 | E | 0 | 4 | D9 | 47 | 55 |
| Octal | 276 | 323 | 364 | 26 | 16 | 0 | 4 | 331 | 107 | 125 |
| Binary | 10111110 | 11010011 | 11110100 | 10110 | 1110 | 0 | 100 | 11011001 | 1000111 | 1010101 |
Color Harmonies of #BED3F4
Complementary color
Monochromatic Colors of #BED3F4
Black with #BED3F4
Text Example
Text Example
White with #BED3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3F4; }
p { color: rgb(190,211,244); }
H1.HeaderClassName
{
color: #BED3F4;
}
.AnyTagClassName
{
color: #BED3F4;
}
</style>
background-color css
<style>
a { background-color: #BED3F4; }
a { background-color: rgb(190,211,244); }
div.DivClassName
{
background-color: #BED3F4;
}
.BgClassName
{
background-color: #BED3F4;
}
</style>
border-color css
<style>
span { border-color: #BED3F4; }
span { border-color: rgb(190,211,244); }
td.TdClassName
{
border-color: #BED3F4;
}
.TagClassName
{
border-color: #BED3F4;
}
</style>