Shades of Periwinkle #BED1FA
Tints of Periwinkle #BED1FA
RGB
CMYK
RGB Variations
Color information
#BED1FA (or 0xBED1FA) is known color: Periwinkle. HEX triplet: BE, D1 and FA. RGB value is (190,209,250). Sum of RGB (Red+Green+Blue) = 190+209+250=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FA is #412E05. Grayscale: #CFCFCF. Windows color (decimal): -4271622 or 16437694. OLE color: 16437694.
HSL color Cylindrical-coordinate representation of color #BED1FA: hue angle of 221º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED1FA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 209 | 250 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 221º | 0.86% | 0.86% | - |
| HSV(B) | 221º | 0.24% | 0.98% | - |
| XYZ | 61.29 | 63.45 | 99.46 | - |
| YUV | 207.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 250 | 0.24 | 0.16 | 0 | 0.02 | 221 | 0.86 | 0.86 |
| Hex | BE | D1 | FA | 18 | 10 | 0 | 2 | DD | 56 | 56 |
| Octal | 276 | 321 | 372 | 30 | 20 | 0 | 2 | 335 | 126 | 126 |
| Binary | 10111110 | 11010001 | 11111010 | 11000 | 10000 | 0 | 10 | 11011101 | 1010110 | 1010110 |
Color Harmonies of #BED1FA
Complementary color
Monochromatic Colors of #BED1FA
Black with #BED1FA
Text Example
Text Example
White with #BED1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1FA; }
p { color: rgb(190,209,250); }
H1.HeaderClassName
{
color: #BED1FA;
}
.AnyTagClassName
{
color: #BED1FA;
}
</style>
background-color css
<style>
a { background-color: #BED1FA; }
a { background-color: rgb(190,209,250); }
div.DivClassName
{
background-color: #BED1FA;
}
.BgClassName
{
background-color: #BED1FA;
}
</style>
border-color css
<style>
span { border-color: #BED1FA; }
span { border-color: rgb(190,209,250); }
td.TdClassName
{
border-color: #BED1FA;
}
.TagClassName
{
border-color: #BED1FA;
}
</style>