Shades of Periwinkle #BED4FA
Tints of Periwinkle #BED4FA
RGB
CMYK
RGB Variations
Color information
#BED4FA (or 0xBED4FA) is known color: Periwinkle. HEX triplet: BE, D4 and FA. RGB value is (190,212,250). Sum of RGB (Red+Green+Blue) = 190+212+250=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FA is #412B05. Grayscale: #D1D1D1. Windows color (decimal): -4270854 or 16438462. OLE color: 16438462.
HSL color Cylindrical-coordinate representation of color #BED4FA: hue angle of 218º degrees, saturation: 0.86, 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 #BED4FA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 212 | 250 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.02 |
| HSL | 218º | 0.86% | 0.86% | - |
| HSV(B) | 218º | 0.24% | 0.98% | - |
| XYZ | 62.03 | 64.94 | 99.71 | - |
| YUV | 209.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 250 | 0.24 | 0.15 | 0 | 0.02 | 218 | 0.86 | 0.86 |
| Hex | BE | D4 | FA | 18 | F | 0 | 2 | DA | 56 | 56 |
| Octal | 276 | 324 | 372 | 30 | 17 | 0 | 2 | 332 | 126 | 126 |
| Binary | 10111110 | 11010100 | 11111010 | 11000 | 1111 | 0 | 10 | 11011010 | 1010110 | 1010110 |
Color Harmonies of #BED4FA
Complementary color
Monochromatic Colors of #BED4FA
Black with #BED4FA
Text Example
Text Example
White with #BED4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4FA; }
p { color: rgb(190,212,250); }
H1.HeaderClassName
{
color: #BED4FA;
}
.AnyTagClassName
{
color: #BED4FA;
}
</style>
background-color css
<style>
a { background-color: #BED4FA; }
a { background-color: rgb(190,212,250); }
div.DivClassName
{
background-color: #BED4FA;
}
.BgClassName
{
background-color: #BED4FA;
}
</style>
border-color css
<style>
span { border-color: #BED4FA; }
span { border-color: rgb(190,212,250); }
td.TdClassName
{
border-color: #BED4FA;
}
.TagClassName
{
border-color: #BED4FA;
}
</style>