Shades of Periwinkle #BED4FB
Tints of Periwinkle #BED4FB
RGB
CMYK
RGB Variations
Color information
#BED4FB (or 0xBED4FB) is known color: Periwinkle. HEX triplet: BE, D4 and FB. RGB value is (190,212,251). Sum of RGB (Red+Green+Blue) = 190+212+251=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BED4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FB is #412B04. Grayscale: #D1D1D1. Windows color (decimal): -4270853 or 16503998. OLE color: 16503998.
HSL color Cylindrical-coordinate representation of color #BED4FB: hue angle of 218.36º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED4FB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 212 | 251 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.02 |
| HSL | 218.36º | 0.88% | 0.86% | - |
| HSV(B) | 218.36º | 0.24% | 0.98% | - |
| XYZ | 62.19 | 65 | 100.54 | - |
| YUV | 209.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 251 | 0.24 | 0.16 | 0 | 0.02 | 218.36 | 0.88 | 0.86 |
| Hex | BE | D4 | FB | 18 | 10 | 0 | 2 | DA | 58 | 56 |
| Octal | 276 | 324 | 373 | 30 | 20 | 0 | 2 | 332 | 130 | 126 |
| Binary | 10111110 | 11010100 | 11111011 | 11000 | 10000 | 0 | 10 | 11011010 | 1011000 | 1010110 |
Color Harmonies of #BED4FB
Complementary color
Monochromatic Colors of #BED4FB
Black with #BED4FB
Text Example
Text Example
White with #BED4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4FB; }
p { color: rgb(190,212,251); }
H1.HeaderClassName
{
color: #BED4FB;
}
.AnyTagClassName
{
color: #BED4FB;
}
</style>
background-color css
<style>
a { background-color: #BED4FB; }
a { background-color: rgb(190,212,251); }
div.DivClassName
{
background-color: #BED4FB;
}
.BgClassName
{
background-color: #BED4FB;
}
</style>
border-color css
<style>
span { border-color: #BED4FB; }
span { border-color: rgb(190,212,251); }
td.TdClassName
{
border-color: #BED4FB;
}
.TagClassName
{
border-color: #BED4FB;
}
</style>