Shades of Periwinkle #BED1E5
Tints of Periwinkle #BED1E5
RGB
CMYK
RGB Variations
Color information
#BED1E5 (or 0xBED1E5) is known color: Periwinkle. HEX triplet: BE, D1 and E5. RGB value is (190,209,229). Sum of RGB (Red+Green+Blue) = 190+209+229=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #BED1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1E5 is #412E1A. Grayscale: #CDCDCD. Windows color (decimal): -4271643 or 15061438. OLE color: 15061438.
HSL color Cylindrical-coordinate representation of color #BED1E5: hue angle of 210.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED1E5 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 209 | 229 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.10 |
| HSL | 210.77º | 0.43% | 0.82% | - |
| HSV(B) | 210.77º | 0.17% | 0.9% | - |
| XYZ | 58.18 | 62.21 | 83.07 | - |
| YUV | 205.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 229 | 0.17 | 0.09 | 0 | 0.10 | 210.77 | 0.43 | 0.82 |
| Hex | BE | D1 | E5 | 11 | 9 | 0 | A | D3 | 2B | 52 |
| Octal | 276 | 321 | 345 | 21 | 11 | 0 | 12 | 323 | 53 | 122 |
| Binary | 10111110 | 11010001 | 11100101 | 10001 | 1001 | 0 | 1010 | 11010011 | 101011 | 1010010 |
Color Harmonies of #BED1E5
Complementary color
Monochromatic Colors of #BED1E5
Black with #BED1E5
Text Example
Text Example
White with #BED1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1E5; }
p { color: rgb(190,209,229); }
H1.HeaderClassName
{
color: #BED1E5;
}
.AnyTagClassName
{
color: #BED1E5;
}
</style>
background-color css
<style>
a { background-color: #BED1E5; }
a { background-color: rgb(190,209,229); }
div.DivClassName
{
background-color: #BED1E5;
}
.BgClassName
{
background-color: #BED1E5;
}
</style>
border-color css
<style>
span { border-color: #BED1E5; }
span { border-color: rgb(190,209,229); }
td.TdClassName
{
border-color: #BED1E5;
}
.TagClassName
{
border-color: #BED1E5;
}
</style>