Shades of Periwinkle #BECFEF
Tints of Periwinkle #BECFEF
RGB
CMYK
RGB Variations
Color information
#BECFEF (or 0xBECFEF) is known color: Periwinkle. HEX triplet: BE, CF and EF. RGB value is (190,207,239). Sum of RGB (Red+Green+Blue) = 190+207+239=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #BECFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFEF is #413010. Grayscale: #CDCDCD. Windows color (decimal): -4272145 or 15716286. OLE color: 15716286.
HSL color Cylindrical-coordinate representation of color #BECFEF: hue angle of 219.18º 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 #BECFEF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 207 | 239 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.06 |
| HSL | 219.18º | 0.6% | 0.84% | - |
| HSV(B) | 219.18º | 0.21% | 0.94% | - |
| XYZ | 59.13 | 61.8 | 90.47 | - |
| YUV | 205.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 239 | 0.21 | 0.13 | 0 | 0.06 | 219.18 | 0.6 | 0.84 |
| Hex | BE | CF | EF | 15 | D | 0 | 6 | DB | 3C | 54 |
| Octal | 276 | 317 | 357 | 25 | 15 | 0 | 6 | 333 | 74 | 124 |
| Binary | 10111110 | 11001111 | 11101111 | 10101 | 1101 | 0 | 110 | 11011011 | 111100 | 1010100 |
Color Harmonies of #BECFEF
Complementary color
Monochromatic Colors of #BECFEF
Black with #BECFEF
Text Example
Text Example
White with #BECFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFEF; }
p { color: rgb(190,207,239); }
H1.HeaderClassName
{
color: #BECFEF;
}
.AnyTagClassName
{
color: #BECFEF;
}
</style>
background-color css
<style>
a { background-color: #BECFEF; }
a { background-color: rgb(190,207,239); }
div.DivClassName
{
background-color: #BECFEF;
}
.BgClassName
{
background-color: #BECFEF;
}
</style>
border-color css
<style>
span { border-color: #BECFEF; }
span { border-color: rgb(190,207,239); }
td.TdClassName
{
border-color: #BECFEF;
}
.TagClassName
{
border-color: #BECFEF;
}
</style>