Shades of Periwinkle #BED3FD
Tints of Periwinkle #BED3FD
RGB
CMYK
RGB Variations
Color information
#BED3FD (or 0xBED3FD) is known color: Periwinkle. HEX triplet: BE, D3 and FD. RGB value is (190,211,253). Sum of RGB (Red+Green+Blue) = 190+211+253=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3FD is #412C02. Grayscale: #D1D1D1. Windows color (decimal): -4271107 or 16634814. OLE color: 16634814.
HSL color Cylindrical-coordinate representation of color #BED3FD: hue angle of 220º 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 #BED3FD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 211 | 253 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 220º | 0.94% | 0.87% | - |
| HSV(B) | 220º | 0.25% | 0.99% | - |
| XYZ | 62.26 | 64.63 | 102.12 | - |
| YUV | 209.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 253 | 0.25 | 0.17 | 0 | 0.01 | 220 | 0.94 | 0.87 |
| Hex | BE | D3 | FD | 19 | 11 | 0 | 1 | DC | 5E | 57 |
| Octal | 276 | 323 | 375 | 31 | 21 | 0 | 1 | 334 | 136 | 127 |
| Binary | 10111110 | 11010011 | 11111101 | 11001 | 10001 | 0 | 1 | 11011100 | 1011110 | 1010111 |
Color Harmonies of #BED3FD
Complementary color
Monochromatic Colors of #BED3FD
Black with #BED3FD
Text Example
Text Example
White with #BED3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3FD; }
p { color: rgb(190,211,253); }
H1.HeaderClassName
{
color: #BED3FD;
}
.AnyTagClassName
{
color: #BED3FD;
}
</style>
background-color css
<style>
a { background-color: #BED3FD; }
a { background-color: rgb(190,211,253); }
div.DivClassName
{
background-color: #BED3FD;
}
.BgClassName
{
background-color: #BED3FD;
}
</style>
border-color css
<style>
span { border-color: #BED3FD; }
span { border-color: rgb(190,211,253); }
td.TdClassName
{
border-color: #BED3FD;
}
.TagClassName
{
border-color: #BED3FD;
}
</style>