Shades of Periwinkle #BED4F2
Tints of Periwinkle #BED4F2
RGB
CMYK
RGB Variations
Color information
#BED4F2 (or 0xBED4F2) is known color: Periwinkle. HEX triplet: BE, D4 and F2. RGB value is (190,212,242). Sum of RGB (Red+Green+Blue) = 190+212+242=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #BED4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4F2 is #412B0D. Grayscale: #D0D0D0. Windows color (decimal): -4270862 or 15914174. OLE color: 15914174.
HSL color Cylindrical-coordinate representation of color #BED4F2: hue angle of 214.62º 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 #BED4F2 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 212 | 242 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.05 |
| HSL | 214.62º | 0.67% | 0.85% | - |
| HSV(B) | 214.62º | 0.21% | 0.95% | - |
| XYZ | 60.81 | 64.44 | 93.24 | - |
| YUV | 208.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 242 | 0.21 | 0.12 | 0 | 0.05 | 214.62 | 0.67 | 0.85 |
| Hex | BE | D4 | F2 | 15 | C | 0 | 5 | D7 | 43 | 55 |
| Octal | 276 | 324 | 362 | 25 | 14 | 0 | 5 | 327 | 103 | 125 |
| Binary | 10111110 | 11010100 | 11110010 | 10101 | 1100 | 0 | 101 | 11010111 | 1000011 | 1010101 |
Color Harmonies of #BED4F2
Complementary color
Monochromatic Colors of #BED4F2
Black with #BED4F2
Text Example
Text Example
White with #BED4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4F2; }
p { color: rgb(190,212,242); }
H1.HeaderClassName
{
color: #BED4F2;
}
.AnyTagClassName
{
color: #BED4F2;
}
</style>
background-color css
<style>
a { background-color: #BED4F2; }
a { background-color: rgb(190,212,242); }
div.DivClassName
{
background-color: #BED4F2;
}
.BgClassName
{
background-color: #BED4F2;
}
</style>
border-color css
<style>
span { border-color: #BED4F2; }
span { border-color: rgb(190,212,242); }
td.TdClassName
{
border-color: #BED4F2;
}
.TagClassName
{
border-color: #BED4F2;
}
</style>