Shades of Periwinkle #BECDEF
Tints of Periwinkle #BECDEF
RGB
CMYK
RGB Variations
Color information
#BECDEF (or 0xBECDEF) is known color: Periwinkle. HEX triplet: BE, CD and EF. RGB value is (190,205,239). Sum of RGB (Red+Green+Blue) = 190+205+239=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #BECDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEF is #413210. Grayscale: #CCCCCC. Windows color (decimal): -4272657 or 15715774. OLE color: 15715774.
HSL color Cylindrical-coordinate representation of color #BECDEF: hue angle of 221.63º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECDEF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 205 | 239 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.06 |
| HSL | 221.63º | 0.6% | 0.84% | - |
| HSV(B) | 221.63º | 0.21% | 0.94% | - |
| XYZ | 58.65 | 60.84 | 90.31 | - |
| YUV | 204.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 239 | 0.21 | 0.14 | 0 | 0.06 | 221.63 | 0.6 | 0.84 |
| Hex | BE | CD | EF | 15 | E | 0 | 6 | DE | 3C | 54 |
| Octal | 276 | 315 | 357 | 25 | 16 | 0 | 6 | 336 | 74 | 124 |
| Binary | 10111110 | 11001101 | 11101111 | 10101 | 1110 | 0 | 110 | 11011110 | 111100 | 1010100 |
Color Harmonies of #BECDEF
Complementary color
Monochromatic Colors of #BECDEF
Black with #BECDEF
Text Example
Text Example
White with #BECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDEF; }
p { color: rgb(190,205,239); }
H1.HeaderClassName
{
color: #BECDEF;
}
.AnyTagClassName
{
color: #BECDEF;
}
</style>
background-color css
<style>
a { background-color: #BECDEF; }
a { background-color: rgb(190,205,239); }
div.DivClassName
{
background-color: #BECDEF;
}
.BgClassName
{
background-color: #BECDEF;
}
</style>
border-color css
<style>
span { border-color: #BECDEF; }
span { border-color: rgb(190,205,239); }
td.TdClassName
{
border-color: #BECDEF;
}
.TagClassName
{
border-color: #BECDEF;
}
</style>