Shades of Periwinkle #BED2F4
Tints of Periwinkle #BED2F4
RGB
CMYK
RGB Variations
Color information
#BED2F4 (or 0xBED2F4) is known color: Periwinkle. HEX triplet: BE, D2 and F4. RGB value is (190,210,244). Sum of RGB (Red+Green+Blue) = 190+210+244=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #BED2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F4 is #412D0B. Grayscale: #CFCFCF. Windows color (decimal): -4271372 or 16044734. OLE color: 16044734.
HSL color Cylindrical-coordinate representation of color #BED2F4: hue angle of 217.78º 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 #BED2F4 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 210 | 244 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.04 |
| HSL | 217.78º | 0.71% | 0.85% | - |
| HSV(B) | 217.78º | 0.22% | 0.96% | - |
| XYZ | 60.61 | 63.57 | 94.66 | - |
| YUV | 207.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 244 | 0.22 | 0.14 | 0 | 0.04 | 217.78 | 0.71 | 0.85 |
| Hex | BE | D2 | F4 | 16 | E | 0 | 4 | DA | 47 | 55 |
| Octal | 276 | 322 | 364 | 26 | 16 | 0 | 4 | 332 | 107 | 125 |
| Binary | 10111110 | 11010010 | 11110100 | 10110 | 1110 | 0 | 100 | 11011010 | 1000111 | 1010101 |
Color Harmonies of #BED2F4
Complementary color
Monochromatic Colors of #BED2F4
Black with #BED2F4
Text Example
Text Example
White with #BED2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2F4; }
p { color: rgb(190,210,244); }
H1.HeaderClassName
{
color: #BED2F4;
}
.AnyTagClassName
{
color: #BED2F4;
}
</style>
background-color css
<style>
a { background-color: #BED2F4; }
a { background-color: rgb(190,210,244); }
div.DivClassName
{
background-color: #BED2F4;
}
.BgClassName
{
background-color: #BED2F4;
}
</style>
border-color css
<style>
span { border-color: #BED2F4; }
span { border-color: rgb(190,210,244); }
td.TdClassName
{
border-color: #BED2F4;
}
.TagClassName
{
border-color: #BED2F4;
}
</style>