Shades of Periwinkle #BED1E9
Tints of Periwinkle #BED1E9
RGB
CMYK
RGB Variations
Color information
#BED1E9 (or 0xBED1E9) is known color: Periwinkle. HEX triplet: BE, D1 and E9. RGB value is (190,209,233). Sum of RGB (Red+Green+Blue) = 190+209+233=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #BED1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1E9 is #412E16. Grayscale: #CDCDCD. Windows color (decimal): -4271639 or 15323582. OLE color: 15323582.
HSL color Cylindrical-coordinate representation of color #BED1E9: hue angle of 213.49º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED1E9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 190 | 209 | 233 | - |
CMYK | 0.18 | 0.10 | 0 | 0.09 |
HSL | 213.49º | 0.49% | 0.83% | - |
HSV(B) | 213.49º | 0.18% | 0.91% | - |
XYZ | 58.74 | 62.43 | 86.05 | - |
YUV | 206.06 | 143.21 | 116.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 209 | 233 | 0.18 | 0.10 | 0 | 0.09 | 213.49 | 0.49 | 0.83 |
Hex | BE | D1 | E9 | 12 | A | 0 | 9 | D5 | 31 | 53 |
Octal | 276 | 321 | 351 | 22 | 12 | 0 | 11 | 325 | 61 | 123 |
Binary | 10111110 | 11010001 | 11101001 | 10010 | 1010 | 0 | 1001 | 11010101 | 110001 | 1010011 |
Color Harmonies of #BED1E9
Complementary color
Monochromatic Colors of #BED1E9
Black with #BED1E9
Text Example
Text Example
White with #BED1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1E9; }
p { color: rgb(190,209,233); }
H1.HeaderClassName
{
color: #BED1E9;
}
.AnyTagClassName
{
color: #BED1E9;
}
</style>
background-color css
<style>
a { background-color: #BED1E9; }
a { background-color: rgb(190,209,233); }
div.DivClassName
{
background-color: #BED1E9;
}
.BgClassName
{
background-color: #BED1E9;
}
</style>
border-color css
<style>
span { border-color: #BED1E9; }
span { border-color: rgb(190,209,233); }
td.TdClassName
{
border-color: #BED1E9;
}
.TagClassName
{
border-color: #BED1E9;
}
</style>