Shades of Periwinkle #BED6FC
Tints of Periwinkle #BED6FC
RGB
CMYK
RGB Variations
Color information
#BED6FC (or 0xBED6FC) is known color: Periwinkle. HEX triplet: BE, D6 and FC. RGB value is (190,214,252). Sum of RGB (Red+Green+Blue) = 190+214+252=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FC is #412903. Grayscale: #D2D2D2. Windows color (decimal): -4270340 or 16570046. OLE color: 16570046.
HSL color Cylindrical-coordinate representation of color #BED6FC: hue angle of 216.77º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED6FC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 214 | 252 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.01 |
| HSL | 216.77º | 0.91% | 0.87% | - |
| HSV(B) | 216.77º | 0.25% | 0.99% | - |
| XYZ | 62.85 | 66.07 | 101.54 | - |
| YUV | 211.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 252 | 0.25 | 0.15 | 0 | 0.01 | 216.77 | 0.91 | 0.87 |
| Hex | BE | D6 | FC | 19 | F | 0 | 1 | D9 | 5B | 57 |
| Octal | 276 | 326 | 374 | 31 | 17 | 0 | 1 | 331 | 133 | 127 |
| Binary | 10111110 | 11010110 | 11111100 | 11001 | 1111 | 0 | 1 | 11011001 | 1011011 | 1010111 |
Color Harmonies of #BED6FC
Complementary color
Monochromatic Colors of #BED6FC
Black with #BED6FC
Text Example
Text Example
White with #BED6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6FC; }
p { color: rgb(190,214,252); }
H1.HeaderClassName
{
color: #BED6FC;
}
.AnyTagClassName
{
color: #BED6FC;
}
</style>
background-color css
<style>
a { background-color: #BED6FC; }
a { background-color: rgb(190,214,252); }
div.DivClassName
{
background-color: #BED6FC;
}
.BgClassName
{
background-color: #BED6FC;
}
</style>
border-color css
<style>
span { border-color: #BED6FC; }
span { border-color: rgb(190,214,252); }
td.TdClassName
{
border-color: #BED6FC;
}
.TagClassName
{
border-color: #BED6FC;
}
</style>