Shades of Periwinkle #BECFFF
Tints of Periwinkle #BECFFF
RGB
CMYK
RGB Variations
Color information
#BECFFF (or 0xBECFFF) is known color: Periwinkle. HEX triplet: BE, CF and FF. RGB value is (190,207,255). Sum of RGB (Red+Green+Blue) = 190+207+255=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFFF is #413000. Grayscale: #CFCFCF. Windows color (decimal): -4272129 or 16764862. OLE color: 16764862.
HSL color Cylindrical-coordinate representation of color #BECFFF: hue angle of 224.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECFFF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 207 | 255 | - |
| CMYK | 0.25 | 0.19 | 0 | 0 |
| HSL | 224.31º | 1% | 0.87% | - |
| HSV(B) | 224.31º | 0.25% | 1% | - |
| XYZ | 61.6 | 62.79 | 103.48 | - |
| YUV | 207.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 255 | 0.25 | 0.19 | 0 | 0 | 224.31 | 1 | 0.87 |
| Hex | BE | CF | FF | 19 | 13 | 0 | 0 | E0 | 64 | 57 |
| Octal | 276 | 317 | 377 | 31 | 23 | 0 | 0 | 340 | 144 | 127 |
| Binary | 10111110 | 11001111 | 11111111 | 11001 | 10011 | 0 | 0 | 11100000 | 1100100 | 1010111 |
Color Harmonies of #BECFFF
Complementary color
Monochromatic Colors of #BECFFF
Black with #BECFFF
Text Example
Text Example
White with #BECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFFF; }
p { color: rgb(190,207,255); }
H1.HeaderClassName
{
color: #BECFFF;
}
.AnyTagClassName
{
color: #BECFFF;
}
</style>
background-color css
<style>
a { background-color: #BECFFF; }
a { background-color: rgb(190,207,255); }
div.DivClassName
{
background-color: #BECFFF;
}
.BgClassName
{
background-color: #BECFFF;
}
</style>
border-color css
<style>
span { border-color: #BECFFF; }
span { border-color: rgb(190,207,255); }
td.TdClassName
{
border-color: #BECFFF;
}
.TagClassName
{
border-color: #BECFFF;
}
</style>