Shades of Periwinkle #BED0E5
Tints of Periwinkle #BED0E5
RGB
CMYK
RGB Variations
Color information
#BED0E5 (or 0xBED0E5) is known color: Periwinkle. HEX triplet: BE, D0 and E5. RGB value is (190,208,229). Sum of RGB (Red+Green+Blue) = 190+208+229=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #BED0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0E5 is #412F1A. Grayscale: #CCCCCC. Windows color (decimal): -4271899 or 15061182. OLE color: 15061182.
HSL color Cylindrical-coordinate representation of color #BED0E5: hue angle of 212.31º 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 #BED0E5 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 208 | 229 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.10 |
| HSL | 212.31º | 0.43% | 0.82% | - |
| HSV(B) | 212.31º | 0.17% | 0.9% | - |
| XYZ | 57.93 | 61.72 | 82.99 | - |
| YUV | 205.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 229 | 0.17 | 0.09 | 0 | 0.10 | 212.31 | 0.43 | 0.82 |
| Hex | BE | D0 | E5 | 11 | 9 | 0 | A | D4 | 2B | 52 |
| Octal | 276 | 320 | 345 | 21 | 11 | 0 | 12 | 324 | 53 | 122 |
| Binary | 10111110 | 11010000 | 11100101 | 10001 | 1001 | 0 | 1010 | 11010100 | 101011 | 1010010 |
Color Harmonies of #BED0E5
Complementary color
Monochromatic Colors of #BED0E5
Black with #BED0E5
Text Example
Text Example
White with #BED0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0E5; }
p { color: rgb(190,208,229); }
H1.HeaderClassName
{
color: #BED0E5;
}
.AnyTagClassName
{
color: #BED0E5;
}
</style>
background-color css
<style>
a { background-color: #BED0E5; }
a { background-color: rgb(190,208,229); }
div.DivClassName
{
background-color: #BED0E5;
}
.BgClassName
{
background-color: #BED0E5;
}
</style>
border-color css
<style>
span { border-color: #BED0E5; }
span { border-color: rgb(190,208,229); }
td.TdClassName
{
border-color: #BED0E5;
}
.TagClassName
{
border-color: #BED0E5;
}
</style>