Shades of Periwinkle #BED2EE
Tints of Periwinkle #BED2EE
RGB
CMYK
RGB Variations
Color information
#BED2EE (or 0xBED2EE) is known color: Periwinkle. HEX triplet: BE, D2 and EE. RGB value is (190,210,238). Sum of RGB (Red+Green+Blue) = 190+210+238=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2EE is #412D11. Grayscale: #CFCFCF. Windows color (decimal): -4271378 or 15651518. OLE color: 15651518.
HSL color Cylindrical-coordinate representation of color #BED2EE: hue angle of 215º 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 #BED2EE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 210 | 238 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.07 |
| HSL | 215º | 0.59% | 0.84% | - |
| HSV(B) | 215º | 0.2% | 0.93% | - |
| XYZ | 59.71 | 63.21 | 89.94 | - |
| YUV | 207.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 238 | 0.20 | 0.12 | 0 | 0.07 | 215 | 0.59 | 0.84 |
| Hex | BE | D2 | EE | 14 | C | 0 | 7 | D7 | 3B | 54 |
| Octal | 276 | 322 | 356 | 24 | 14 | 0 | 7 | 327 | 73 | 124 |
| Binary | 10111110 | 11010010 | 11101110 | 10100 | 1100 | 0 | 111 | 11010111 | 111011 | 1010100 |
Color Harmonies of #BED2EE
Complementary color
Monochromatic Colors of #BED2EE
Black with #BED2EE
Text Example
Text Example
White with #BED2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2EE; }
p { color: rgb(190,210,238); }
H1.HeaderClassName
{
color: #BED2EE;
}
.AnyTagClassName
{
color: #BED2EE;
}
</style>
background-color css
<style>
a { background-color: #BED2EE; }
a { background-color: rgb(190,210,238); }
div.DivClassName
{
background-color: #BED2EE;
}
.BgClassName
{
background-color: #BED2EE;
}
</style>
border-color css
<style>
span { border-color: #BED2EE; }
span { border-color: rgb(190,210,238); }
td.TdClassName
{
border-color: #BED2EE;
}
.TagClassName
{
border-color: #BED2EE;
}
</style>