Shades of Periwinkle #BED4FE
Tints of Periwinkle #BED4FE
RGB
CMYK
RGB Variations
Color information
#BED4FE (or 0xBED4FE) is known color: Periwinkle. HEX triplet: BE, D4 and FE. RGB value is (190,212,254). Sum of RGB (Red+Green+Blue) = 190+212+254=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FE is #412B01. Grayscale: #D2D2D2. Windows color (decimal): -4270850 or 16700606. OLE color: 16700606.
HSL color Cylindrical-coordinate representation of color #BED4FE: hue angle of 219.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED4FE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 212 | 254 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.00 |
| HSL | 219.38º | 0.97% | 0.87% | - |
| HSV(B) | 219.38º | 0.25% | 1% | - |
| XYZ | 62.67 | 65.19 | 103.05 | - |
| YUV | 210.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 254 | 0.25 | 0.17 | 0 | 0.00 | 219.38 | 0.97 | 0.87 |
| Hex | BE | D4 | FE | 19 | 11 | 0 | 0 | DB | 61 | 57 |
| Octal | 276 | 324 | 376 | 31 | 21 | 0 | 0 | 333 | 141 | 127 |
| Binary | 10111110 | 11010100 | 11111110 | 11001 | 10001 | 0 | 0 | 11011011 | 1100001 | 1010111 |
Color Harmonies of #BED4FE
Complementary color
Monochromatic Colors of #BED4FE
Black with #BED4FE
Text Example
Text Example
White with #BED4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4FE; }
p { color: rgb(190,212,254); }
H1.HeaderClassName
{
color: #BED4FE;
}
.AnyTagClassName
{
color: #BED4FE;
}
</style>
background-color css
<style>
a { background-color: #BED4FE; }
a { background-color: rgb(190,212,254); }
div.DivClassName
{
background-color: #BED4FE;
}
.BgClassName
{
background-color: #BED4FE;
}
</style>
border-color css
<style>
span { border-color: #BED4FE; }
span { border-color: rgb(190,212,254); }
td.TdClassName
{
border-color: #BED4FE;
}
.TagClassName
{
border-color: #BED4FE;
}
</style>