Shades of Periwinkle #BED2ED
Tints of Periwinkle #BED2ED
RGB
CMYK
RGB Variations
Color information
#BED2ED (or 0xBED2ED) is known color: Periwinkle. HEX triplet: BE, D2 and ED. RGB value is (190,210,237). Sum of RGB (Red+Green+Blue) = 190+210+237=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2ED is #412D12. Grayscale: #CECECE. Windows color (decimal): -4271379 or 15585982. OLE color: 15585982.
HSL color Cylindrical-coordinate representation of color #BED2ED: hue angle of 214.47º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED2ED is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 210 | 237 | - |
CMYK | 0.20 | 0.11 | 0 | 0.07 |
HSL | 214.47º | 0.57% | 0.84% | - |
HSV(B) | 214.47º | 0.2% | 0.93% | - |
XYZ | 59.57 | 63.15 | 89.17 | - |
YUV | 207.1 | 144.87 | 115.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 210 | 237 | 0.20 | 0.11 | 0 | 0.07 | 214.47 | 0.57 | 0.84 |
Hex | BE | D2 | ED | 14 | B | 0 | 7 | D6 | 39 | 54 |
Octal | 276 | 322 | 355 | 24 | 13 | 0 | 7 | 326 | 71 | 124 |
Binary | 10111110 | 11010010 | 11101101 | 10100 | 1011 | 0 | 111 | 11010110 | 111001 | 1010100 |
Color Harmonies of #BED2ED
Complementary color
Monochromatic Colors of #BED2ED
Black with #BED2ED
Text Example
Text Example
White with #BED2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2ED; }
p { color: rgb(190,210,237); }
H1.HeaderClassName
{
color: #BED2ED;
}
.AnyTagClassName
{
color: #BED2ED;
}
</style>
background-color css
<style>
a { background-color: #BED2ED; }
a { background-color: rgb(190,210,237); }
div.DivClassName
{
background-color: #BED2ED;
}
.BgClassName
{
background-color: #BED2ED;
}
</style>
border-color css
<style>
span { border-color: #BED2ED; }
span { border-color: rgb(190,210,237); }
td.TdClassName
{
border-color: #BED2ED;
}
.TagClassName
{
border-color: #BED2ED;
}
</style>