Shades of Periwinkle #BED3EE
Tints of Periwinkle #BED3EE
RGB
CMYK
RGB Variations
Color information
#BED3EE (or 0xBED3EE) is known color: Periwinkle. HEX triplet: BE, D3 and EE. RGB value is (190,211,238). Sum of RGB (Red+Green+Blue) = 190+211+238=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3EE is #412C11. Grayscale: #CFCFCF. Windows color (decimal): -4271122 or 15651774. OLE color: 15651774.
HSL color Cylindrical-coordinate representation of color #BED3EE: hue angle of 213.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED3EE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 211 | 238 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.07 |
| HSL | 213.75º | 0.59% | 0.84% | - |
| HSV(B) | 213.75º | 0.2% | 0.93% | - |
| XYZ | 59.96 | 63.71 | 90.03 | - |
| YUV | 207.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 238 | 0.20 | 0.11 | 0 | 0.07 | 213.75 | 0.59 | 0.84 |
| Hex | BE | D3 | EE | 14 | B | 0 | 7 | D6 | 3B | 54 |
| Octal | 276 | 323 | 356 | 24 | 13 | 0 | 7 | 326 | 73 | 124 |
| Binary | 10111110 | 11010011 | 11101110 | 10100 | 1011 | 0 | 111 | 11010110 | 111011 | 1010100 |
Color Harmonies of #BED3EE
Complementary color
Monochromatic Colors of #BED3EE
Black with #BED3EE
Text Example
Text Example
White with #BED3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3EE; }
p { color: rgb(190,211,238); }
H1.HeaderClassName
{
color: #BED3EE;
}
.AnyTagClassName
{
color: #BED3EE;
}
</style>
background-color css
<style>
a { background-color: #BED3EE; }
a { background-color: rgb(190,211,238); }
div.DivClassName
{
background-color: #BED3EE;
}
.BgClassName
{
background-color: #BED3EE;
}
</style>
border-color css
<style>
span { border-color: #BED3EE; }
span { border-color: rgb(190,211,238); }
td.TdClassName
{
border-color: #BED3EE;
}
.TagClassName
{
border-color: #BED3EE;
}
</style>