Shades of Periwinkle #BED2FE
Tints of Periwinkle #BED2FE
RGB
CMYK
RGB Variations
Color information
#BED2FE (or 0xBED2FE) is known color: Periwinkle. HEX triplet: BE, D2 and FE. RGB value is (190,210,254). Sum of RGB (Red+Green+Blue) = 190+210+254=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FE is #412D01. Grayscale: #D0D0D0. Windows color (decimal): -4271362 or 16700094. OLE color: 16700094.
HSL color Cylindrical-coordinate representation of color #BED2FE: hue angle of 221.25º 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 #BED2FE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 210 | 254 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.00 |
| HSL | 221.25º | 0.97% | 0.87% | - |
| HSV(B) | 221.25º | 0.25% | 1% | - |
| XYZ | 62.17 | 64.2 | 102.88 | - |
| YUV | 209.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 254 | 0.25 | 0.17 | 0 | 0.00 | 221.25 | 0.97 | 0.87 |
| Hex | BE | D2 | FE | 19 | 11 | 0 | 0 | DD | 61 | 57 |
| Octal | 276 | 322 | 376 | 31 | 21 | 0 | 0 | 335 | 141 | 127 |
| Binary | 10111110 | 11010010 | 11111110 | 11001 | 10001 | 0 | 0 | 11011101 | 1100001 | 1010111 |
Color Harmonies of #BED2FE
Complementary color
Monochromatic Colors of #BED2FE
Black with #BED2FE
Text Example
Text Example
White with #BED2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2FE; }
p { color: rgb(190,210,254); }
H1.HeaderClassName
{
color: #BED2FE;
}
.AnyTagClassName
{
color: #BED2FE;
}
</style>
background-color css
<style>
a { background-color: #BED2FE; }
a { background-color: rgb(190,210,254); }
div.DivClassName
{
background-color: #BED2FE;
}
.BgClassName
{
background-color: #BED2FE;
}
</style>
border-color css
<style>
span { border-color: #BED2FE; }
span { border-color: rgb(190,210,254); }
td.TdClassName
{
border-color: #BED2FE;
}
.TagClassName
{
border-color: #BED2FE;
}
</style>