Shades of Periwinkle #BED5FD
Tints of Periwinkle #BED5FD
RGB
CMYK
RGB Variations
Color information
#BED5FD (or 0xBED5FD) is known color: Periwinkle. HEX triplet: BE, D5 and FD. RGB value is (190,213,253). Sum of RGB (Red+Green+Blue) = 190+213+253=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5FD is #412A02. Grayscale: #D2D2D2. Windows color (decimal): -4270595 or 16635326. OLE color: 16635326.
HSL color Cylindrical-coordinate representation of color #BED5FD: hue angle of 218.1º degrees, saturation: 0.94, 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 #BED5FD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 213 | 253 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.01 |
| HSL | 218.1º | 0.94% | 0.87% | - |
| HSV(B) | 218.1º | 0.25% | 0.99% | - |
| XYZ | 62.76 | 65.63 | 102.29 | - |
| YUV | 210.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 253 | 0.25 | 0.16 | 0 | 0.01 | 218.1 | 0.94 | 0.87 |
| Hex | BE | D5 | FD | 19 | 10 | 0 | 1 | DA | 5E | 57 |
| Octal | 276 | 325 | 375 | 31 | 20 | 0 | 1 | 332 | 136 | 127 |
| Binary | 10111110 | 11010101 | 11111101 | 11001 | 10000 | 0 | 1 | 11011010 | 1011110 | 1010111 |
Color Harmonies of #BED5FD
Complementary color
Monochromatic Colors of #BED5FD
Black with #BED5FD
Text Example
Text Example
White with #BED5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5FD; }
p { color: rgb(190,213,253); }
H1.HeaderClassName
{
color: #BED5FD;
}
.AnyTagClassName
{
color: #BED5FD;
}
</style>
background-color css
<style>
a { background-color: #BED5FD; }
a { background-color: rgb(190,213,253); }
div.DivClassName
{
background-color: #BED5FD;
}
.BgClassName
{
background-color: #BED5FD;
}
</style>
border-color css
<style>
span { border-color: #BED5FD; }
span { border-color: rgb(190,213,253); }
td.TdClassName
{
border-color: #BED5FD;
}
.TagClassName
{
border-color: #BED5FD;
}
</style>