Shades of Periwinkle #BEC7F2
Tints of Periwinkle #BEC7F2
RGB
CMYK
RGB Variations
Color information
#BEC7F2 (or 0xBEC7F2) is known color: Periwinkle. HEX triplet: BE, C7 and F2. RGB value is (190,199,242). Sum of RGB (Red+Green+Blue) = 190+199+242=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7F2 is #41380D. Grayscale: #C9C9C9. Windows color (decimal): -4274190 or 15910846. OLE color: 15910846.
HSL color Cylindrical-coordinate representation of color #BEC7F2: hue angle of 229.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC7F2 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 199 | 242 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.05 |
| HSL | 229.62º | 0.67% | 0.85% | - |
| HSV(B) | 229.62º | 0.21% | 0.95% | - |
| XYZ | 57.69 | 58.2 | 92.2 | - |
| YUV | 201.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 242 | 0.21 | 0.18 | 0 | 0.05 | 229.62 | 0.67 | 0.85 |
| Hex | BE | C7 | F2 | 15 | 12 | 0 | 5 | E6 | 43 | 55 |
| Octal | 276 | 307 | 362 | 25 | 22 | 0 | 5 | 346 | 103 | 125 |
| Binary | 10111110 | 11000111 | 11110010 | 10101 | 10010 | 0 | 101 | 11100110 | 1000011 | 1010101 |
Color Harmonies of #BEC7F2
Complementary color
Monochromatic Colors of #BEC7F2
Black with #BEC7F2
Text Example
Text Example
White with #BEC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7F2; }
p { color: rgb(190,199,242); }
H1.HeaderClassName
{
color: #BEC7F2;
}
.AnyTagClassName
{
color: #BEC7F2;
}
</style>
background-color css
<style>
a { background-color: #BEC7F2; }
a { background-color: rgb(190,199,242); }
div.DivClassName
{
background-color: #BEC7F2;
}
.BgClassName
{
background-color: #BEC7F2;
}
</style>
border-color css
<style>
span { border-color: #BEC7F2; }
span { border-color: rgb(190,199,242); }
td.TdClassName
{
border-color: #BEC7F2;
}
.TagClassName
{
border-color: #BEC7F2;
}
</style>