Shades of Periwinkle #BED3F3
Tints of Periwinkle #BED3F3
RGB
CMYK
RGB Variations
Color information
#BED3F3 (or 0xBED3F3) is known color: Periwinkle. HEX triplet: BE, D3 and F3. RGB value is (190,211,243). Sum of RGB (Red+Green+Blue) = 190+211+243=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #BED3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3F3 is #412C0C. Grayscale: #D0D0D0. Windows color (decimal): -4271117 or 15979454. OLE color: 15979454.
HSL color Cylindrical-coordinate representation of color #BED3F3: hue angle of 216.23º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED3F3 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 211 | 243 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.05 |
| HSL | 216.23º | 0.69% | 0.85% | - |
| HSV(B) | 216.23º | 0.22% | 0.95% | - |
| XYZ | 60.71 | 64.01 | 93.95 | - |
| YUV | 208.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 243 | 0.22 | 0.13 | 0 | 0.05 | 216.23 | 0.69 | 0.85 |
| Hex | BE | D3 | F3 | 16 | D | 0 | 5 | D8 | 45 | 55 |
| Octal | 276 | 323 | 363 | 26 | 15 | 0 | 5 | 330 | 105 | 125 |
| Binary | 10111110 | 11010011 | 11110011 | 10110 | 1101 | 0 | 101 | 11011000 | 1000101 | 1010101 |
Color Harmonies of #BED3F3
Complementary color
Monochromatic Colors of #BED3F3
Black with #BED3F3
Text Example
Text Example
White with #BED3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3F3; }
p { color: rgb(190,211,243); }
H1.HeaderClassName
{
color: #BED3F3;
}
.AnyTagClassName
{
color: #BED3F3;
}
</style>
background-color css
<style>
a { background-color: #BED3F3; }
a { background-color: rgb(190,211,243); }
div.DivClassName
{
background-color: #BED3F3;
}
.BgClassName
{
background-color: #BED3F3;
}
</style>
border-color css
<style>
span { border-color: #BED3F3; }
span { border-color: rgb(190,211,243); }
td.TdClassName
{
border-color: #BED3F3;
}
.TagClassName
{
border-color: #BED3F3;
}
</style>