Shades of Periwinkle #BED0FC
Tints of Periwinkle #BED0FC
RGB
CMYK
RGB Variations
Color information
#BED0FC (or 0xBED0FC) is known color: Periwinkle. HEX triplet: BE, D0 and FC. RGB value is (190,208,252). Sum of RGB (Red+Green+Blue) = 190+208+252=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FC is #412F03. Grayscale: #CFCFCF. Windows color (decimal): -4271876 or 16568510. OLE color: 16568510.
HSL color Cylindrical-coordinate representation of color #BED0FC: hue angle of 222.58º 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 #BED0FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 208 | 252 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.01 |
| HSL | 222.58º | 0.91% | 0.87% | - |
| HSV(B) | 222.58º | 0.25% | 0.99% | - |
| XYZ | 61.36 | 63.09 | 101.04 | - |
| YUV | 207.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 252 | 0.25 | 0.17 | 0 | 0.01 | 222.58 | 0.91 | 0.87 |
| Hex | BE | D0 | FC | 19 | 11 | 0 | 1 | DF | 5B | 57 |
| Octal | 276 | 320 | 374 | 31 | 21 | 0 | 1 | 337 | 133 | 127 |
| Binary | 10111110 | 11010000 | 11111100 | 11001 | 10001 | 0 | 1 | 11011111 | 1011011 | 1010111 |
Color Harmonies of #BED0FC
Complementary color
Monochromatic Colors of #BED0FC
Black with #BED0FC
Text Example
Text Example
White with #BED0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0FC; }
p { color: rgb(190,208,252); }
H1.HeaderClassName
{
color: #BED0FC;
}
.AnyTagClassName
{
color: #BED0FC;
}
</style>
background-color css
<style>
a { background-color: #BED0FC; }
a { background-color: rgb(190,208,252); }
div.DivClassName
{
background-color: #BED0FC;
}
.BgClassName
{
background-color: #BED0FC;
}
</style>
border-color css
<style>
span { border-color: #BED0FC; }
span { border-color: rgb(190,208,252); }
td.TdClassName
{
border-color: #BED0FC;
}
.TagClassName
{
border-color: #BED0FC;
}
</style>