Shades of Periwinkle #BED1FC
Tints of Periwinkle #BED1FC
RGB
CMYK
RGB Variations
Color information
#BED1FC (or 0xBED1FC) is known color: Periwinkle. HEX triplet: BE, D1 and FC. RGB value is (190,209,252). Sum of RGB (Red+Green+Blue) = 190+209+252=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FC is #412E03. Grayscale: #D0D0D0. Windows color (decimal): -4271620 or 16568766. OLE color: 16568766.
HSL color Cylindrical-coordinate representation of color #BED1FC: hue angle of 221.61º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED1FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 209 | 252 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 221.61º | 0.91% | 0.87% | - |
| HSV(B) | 221.61º | 0.25% | 0.99% | - |
| XYZ | 61.61 | 63.58 | 101.12 | - |
| YUV | 208.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 252 | 0.25 | 0.17 | 0 | 0.01 | 221.61 | 0.91 | 0.87 |
| Hex | BE | D1 | FC | 19 | 11 | 0 | 1 | DE | 5B | 57 |
| Octal | 276 | 321 | 374 | 31 | 21 | 0 | 1 | 336 | 133 | 127 |
| Binary | 10111110 | 11010001 | 11111100 | 11001 | 10001 | 0 | 1 | 11011110 | 1011011 | 1010111 |
Color Harmonies of #BED1FC
Complementary color
Monochromatic Colors of #BED1FC
Black with #BED1FC
Text Example
Text Example
White with #BED1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1FC; }
p { color: rgb(190,209,252); }
H1.HeaderClassName
{
color: #BED1FC;
}
.AnyTagClassName
{
color: #BED1FC;
}
</style>
background-color css
<style>
a { background-color: #BED1FC; }
a { background-color: rgb(190,209,252); }
div.DivClassName
{
background-color: #BED1FC;
}
.BgClassName
{
background-color: #BED1FC;
}
</style>
border-color css
<style>
span { border-color: #BED1FC; }
span { border-color: rgb(190,209,252); }
td.TdClassName
{
border-color: #BED1FC;
}
.TagClassName
{
border-color: #BED1FC;
}
</style>