Shades of Periwinkle #BECFFE
Tints of Periwinkle #BECFFE
RGB
CMYK
RGB Variations
Color information
#BECFFE (or 0xBECFFE) is known color: Periwinkle. HEX triplet: BE, CF and FE. RGB value is (190,207,254). Sum of RGB (Red+Green+Blue) = 190+207+254=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFFE is #413001. Grayscale: #CFCFCF. Windows color (decimal): -4272130 or 16699326. OLE color: 16699326.
HSL color Cylindrical-coordinate representation of color #BECFFE: hue angle of 224.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECFFE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 207 | 254 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.00 |
| HSL | 224.06º | 0.97% | 0.87% | - |
| HSV(B) | 224.06º | 0.25% | 1% | - |
| XYZ | 61.44 | 62.73 | 102.64 | - |
| YUV | 207.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 254 | 0.25 | 0.19 | 0 | 0.00 | 224.06 | 0.97 | 0.87 |
| Hex | BE | CF | FE | 19 | 13 | 0 | 0 | E0 | 61 | 57 |
| Octal | 276 | 317 | 376 | 31 | 23 | 0 | 0 | 340 | 141 | 127 |
| Binary | 10111110 | 11001111 | 11111110 | 11001 | 10011 | 0 | 0 | 11100000 | 1100001 | 1010111 |
Color Harmonies of #BECFFE
Complementary color
Monochromatic Colors of #BECFFE
Black with #BECFFE
Text Example
Text Example
White with #BECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFFE; }
p { color: rgb(190,207,254); }
H1.HeaderClassName
{
color: #BECFFE;
}
.AnyTagClassName
{
color: #BECFFE;
}
</style>
background-color css
<style>
a { background-color: #BECFFE; }
a { background-color: rgb(190,207,254); }
div.DivClassName
{
background-color: #BECFFE;
}
.BgClassName
{
background-color: #BECFFE;
}
</style>
border-color css
<style>
span { border-color: #BECFFE; }
span { border-color: rgb(190,207,254); }
td.TdClassName
{
border-color: #BECFFE;
}
.TagClassName
{
border-color: #BECFFE;
}
</style>