Shades of Periwinkle #BED2E6
Tints of Periwinkle #BED2E6
RGB
CMYK
RGB Variations
Color information
#BED2E6 (or 0xBED2E6) is known color: Periwinkle. HEX triplet: BE, D2 and E6. RGB value is (190,210,230). Sum of RGB (Red+Green+Blue) = 190+210+230=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #BED2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2E6 is #412D19. Grayscale: #CECECE. Windows color (decimal): -4271386 or 15127230. OLE color: 15127230.
HSL color Cylindrical-coordinate representation of color #BED2E6: hue angle of 210º 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 #BED2E6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 210 | 230 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.10 |
| HSL | 210º | 0.44% | 0.82% | - |
| HSV(B) | 210º | 0.17% | 0.9% | - |
| XYZ | 58.56 | 62.75 | 83.89 | - |
| YUV | 206.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 230 | 0.17 | 0.09 | 0 | 0.10 | 210 | 0.44 | 0.82 |
| Hex | BE | D2 | E6 | 11 | 9 | 0 | A | D2 | 2C | 52 |
| Octal | 276 | 322 | 346 | 21 | 11 | 0 | 12 | 322 | 54 | 122 |
| Binary | 10111110 | 11010010 | 11100110 | 10001 | 1001 | 0 | 1010 | 11010010 | 101100 | 1010010 |
Color Harmonies of #BED2E6
Complementary color
Monochromatic Colors of #BED2E6
Black with #BED2E6
Text Example
Text Example
White with #BED2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2E6; }
p { color: rgb(190,210,230); }
H1.HeaderClassName
{
color: #BED2E6;
}
.AnyTagClassName
{
color: #BED2E6;
}
</style>
background-color css
<style>
a { background-color: #BED2E6; }
a { background-color: rgb(190,210,230); }
div.DivClassName
{
background-color: #BED2E6;
}
.BgClassName
{
background-color: #BED2E6;
}
</style>
border-color css
<style>
span { border-color: #BED2E6; }
span { border-color: rgb(190,210,230); }
td.TdClassName
{
border-color: #BED2E6;
}
.TagClassName
{
border-color: #BED2E6;
}
</style>