Shades of Periwinkle #BED2F2
Tints of Periwinkle #BED2F2
RGB
CMYK
RGB Variations
Color information
#BED2F2 (or 0xBED2F2) is known color: Periwinkle. HEX triplet: BE, D2 and F2. RGB value is (190,210,242). Sum of RGB (Red+Green+Blue) = 190+210+242=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #BED2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F2 is #412D0D. Grayscale: #CFCFCF. Windows color (decimal): -4271374 or 15913662. OLE color: 15913662.
HSL color Cylindrical-coordinate representation of color #BED2F2: hue angle of 216.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED2F2 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 210 | 242 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.05 |
| HSL | 216.92º | 0.67% | 0.85% | - |
| HSV(B) | 216.92º | 0.21% | 0.95% | - |
| XYZ | 60.31 | 63.45 | 93.07 | - |
| YUV | 207.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 242 | 0.21 | 0.13 | 0 | 0.05 | 216.92 | 0.67 | 0.85 |
| Hex | BE | D2 | F2 | 15 | D | 0 | 5 | D9 | 43 | 55 |
| Octal | 276 | 322 | 362 | 25 | 15 | 0 | 5 | 331 | 103 | 125 |
| Binary | 10111110 | 11010010 | 11110010 | 10101 | 1101 | 0 | 101 | 11011001 | 1000011 | 1010101 |
Color Harmonies of #BED2F2
Complementary color
Monochromatic Colors of #BED2F2
Black with #BED2F2
Text Example
Text Example
White with #BED2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2F2; }
p { color: rgb(190,210,242); }
H1.HeaderClassName
{
color: #BED2F2;
}
.AnyTagClassName
{
color: #BED2F2;
}
</style>
background-color css
<style>
a { background-color: #BED2F2; }
a { background-color: rgb(190,210,242); }
div.DivClassName
{
background-color: #BED2F2;
}
.BgClassName
{
background-color: #BED2F2;
}
</style>
border-color css
<style>
span { border-color: #BED2F2; }
span { border-color: rgb(190,210,242); }
td.TdClassName
{
border-color: #BED2F2;
}
.TagClassName
{
border-color: #BED2F2;
}
</style>