Shades of Periwinkle #BED0FB
Tints of Periwinkle #BED0FB
RGB
CMYK
RGB Variations
Color information
#BED0FB (or 0xBED0FB) is known color: Periwinkle. HEX triplet: BE, D0 and FB. RGB value is (190,208,251). Sum of RGB (Red+Green+Blue) = 190+208+251=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FB is #412F04. Grayscale: #CFCFCF. Windows color (decimal): -4271877 or 16502974. OLE color: 16502974.
HSL color Cylindrical-coordinate representation of color #BED0FB: hue angle of 222.3º degrees, saturation: 0.88, 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 #BED0FB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 208 | 251 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.02 |
| HSL | 222.3º | 0.88% | 0.86% | - |
| HSV(B) | 222.3º | 0.24% | 0.98% | - |
| XYZ | 61.2 | 63.02 | 100.21 | - |
| YUV | 207.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 251 | 0.24 | 0.17 | 0 | 0.02 | 222.3 | 0.88 | 0.86 |
| Hex | BE | D0 | FB | 18 | 11 | 0 | 2 | DE | 58 | 56 |
| Octal | 276 | 320 | 373 | 30 | 21 | 0 | 2 | 336 | 130 | 126 |
| Binary | 10111110 | 11010000 | 11111011 | 11000 | 10001 | 0 | 10 | 11011110 | 1011000 | 1010110 |
Color Harmonies of #BED0FB
Complementary color
Monochromatic Colors of #BED0FB
Black with #BED0FB
Text Example
Text Example
White with #BED0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0FB; }
p { color: rgb(190,208,251); }
H1.HeaderClassName
{
color: #BED0FB;
}
.AnyTagClassName
{
color: #BED0FB;
}
</style>
background-color css
<style>
a { background-color: #BED0FB; }
a { background-color: rgb(190,208,251); }
div.DivClassName
{
background-color: #BED0FB;
}
.BgClassName
{
background-color: #BED0FB;
}
</style>
border-color css
<style>
span { border-color: #BED0FB; }
span { border-color: rgb(190,208,251); }
td.TdClassName
{
border-color: #BED0FB;
}
.TagClassName
{
border-color: #BED0FB;
}
</style>