Shades of Periwinkle #BED0FF
Tints of Periwinkle #BED0FF
RGB
CMYK
RGB Variations
Color information
#BED0FF (or 0xBED0FF) is known color: Periwinkle. HEX triplet: BE, D0 and FF. RGB value is (190,208,255). Sum of RGB (Red+Green+Blue) = 190+208+255=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FF is #412F00. Grayscale: #CFCFCF. Windows color (decimal): -4271873 or 16765118. OLE color: 16765118.
HSL color Cylindrical-coordinate representation of color #BED0FF: hue angle of 223.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED0FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 208 | 255 | - |
| CMYK | 0.25 | 0.18 | 0 | 0 |
| HSL | 223.38º | 1% | 0.87% | - |
| HSV(B) | 223.38º | 0.25% | 1% | - |
| XYZ | 61.84 | 63.28 | 103.56 | - |
| YUV | 207.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 255 | 0.25 | 0.18 | 0 | 0 | 223.38 | 1 | 0.87 |
| Hex | BE | D0 | FF | 19 | 12 | 0 | 0 | DF | 64 | 57 |
| Octal | 276 | 320 | 377 | 31 | 22 | 0 | 0 | 337 | 144 | 127 |
| Binary | 10111110 | 11010000 | 11111111 | 11001 | 10010 | 0 | 0 | 11011111 | 1100100 | 1010111 |
Color Harmonies of #BED0FF
Complementary color
Monochromatic Colors of #BED0FF
Black with #BED0FF
Text Example
Text Example
White with #BED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0FF; }
p { color: rgb(190,208,255); }
H1.HeaderClassName
{
color: #BED0FF;
}
.AnyTagClassName
{
color: #BED0FF;
}
</style>
background-color css
<style>
a { background-color: #BED0FF; }
a { background-color: rgb(190,208,255); }
div.DivClassName
{
background-color: #BED0FF;
}
.BgClassName
{
background-color: #BED0FF;
}
</style>
border-color css
<style>
span { border-color: #BED0FF; }
span { border-color: rgb(190,208,255); }
td.TdClassName
{
border-color: #BED0FF;
}
.TagClassName
{
border-color: #BED0FF;
}
</style>