Shades of Periwinkle #BECFEC
Tints of Periwinkle #BECFEC
RGB
CMYK
RGB Variations
Color information
#BECFEC (or 0xBECFEC) is known color: Periwinkle. HEX triplet: BE, CF and EC. RGB value is (190,207,236). Sum of RGB (Red+Green+Blue) = 190+207+236=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BECFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFEC is #413013. Grayscale: #CDCDCD. Windows color (decimal): -4272148 or 15519678. OLE color: 15519678.
HSL color Cylindrical-coordinate representation of color #BECFEC: hue angle of 217.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECFEC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 207 | 236 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.07 |
| HSL | 217.83º | 0.55% | 0.84% | - |
| HSV(B) | 217.83º | 0.19% | 0.93% | - |
| XYZ | 58.69 | 61.63 | 88.16 | - |
| YUV | 205.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 236 | 0.19 | 0.12 | 0 | 0.07 | 217.83 | 0.55 | 0.84 |
| Hex | BE | CF | EC | 13 | C | 0 | 7 | DA | 37 | 54 |
| Octal | 276 | 317 | 354 | 23 | 14 | 0 | 7 | 332 | 67 | 124 |
| Binary | 10111110 | 11001111 | 11101100 | 10011 | 1100 | 0 | 111 | 11011010 | 110111 | 1010100 |
Color Harmonies of #BECFEC
Complementary color
Monochromatic Colors of #BECFEC
Black with #BECFEC
Text Example
Text Example
White with #BECFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFEC; }
p { color: rgb(190,207,236); }
H1.HeaderClassName
{
color: #BECFEC;
}
.AnyTagClassName
{
color: #BECFEC;
}
</style>
background-color css
<style>
a { background-color: #BECFEC; }
a { background-color: rgb(190,207,236); }
div.DivClassName
{
background-color: #BECFEC;
}
.BgClassName
{
background-color: #BECFEC;
}
</style>
border-color css
<style>
span { border-color: #BECFEC; }
span { border-color: rgb(190,207,236); }
td.TdClassName
{
border-color: #BECFEC;
}
.TagClassName
{
border-color: #BECFEC;
}
</style>