Shades of Periwinkle #BED0E6
Tints of Periwinkle #BED0E6
RGB
CMYK
RGB Variations
Color information
#BED0E6 (or 0xBED0E6) is known color: Periwinkle. HEX triplet: BE, D0 and E6. RGB value is (190,208,230). Sum of RGB (Red+Green+Blue) = 190+208+230=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #BED0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0E6 is #412F19. Grayscale: #CDCDCD. Windows color (decimal): -4271898 or 15126718. OLE color: 15126718.
HSL color Cylindrical-coordinate representation of color #BED0E6: hue angle of 213º degrees, saturation: 0.44, 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 #BED0E6 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 208 | 230 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.10 |
| HSL | 213º | 0.44% | 0.82% | - |
| HSV(B) | 213º | 0.17% | 0.9% | - |
| XYZ | 58.07 | 61.77 | 83.73 | - |
| YUV | 205.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 230 | 0.17 | 0.10 | 0 | 0.10 | 213 | 0.44 | 0.82 |
| Hex | BE | D0 | E6 | 11 | A | 0 | A | D5 | 2C | 52 |
| Octal | 276 | 320 | 346 | 21 | 12 | 0 | 12 | 325 | 54 | 122 |
| Binary | 10111110 | 11010000 | 11100110 | 10001 | 1010 | 0 | 1010 | 11010101 | 101100 | 1010010 |
Color Harmonies of #BED0E6
Complementary color
Monochromatic Colors of #BED0E6
Black with #BED0E6
Text Example
Text Example
White with #BED0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0E6; }
p { color: rgb(190,208,230); }
H1.HeaderClassName
{
color: #BED0E6;
}
.AnyTagClassName
{
color: #BED0E6;
}
</style>
background-color css
<style>
a { background-color: #BED0E6; }
a { background-color: rgb(190,208,230); }
div.DivClassName
{
background-color: #BED0E6;
}
.BgClassName
{
background-color: #BED0E6;
}
</style>
border-color css
<style>
span { border-color: #BED0E6; }
span { border-color: rgb(190,208,230); }
td.TdClassName
{
border-color: #BED0E6;
}
.TagClassName
{
border-color: #BED0E6;
}
</style>