Shades of Periwinkle #BEC7E8
Tints of Periwinkle #BEC7E8
RGB
CMYK
RGB Variations
Color information
#BEC7E8 (or 0xBEC7E8) is known color: Periwinkle. HEX triplet: BE, C7 and E8. RGB value is (190,199,232). Sum of RGB (Red+Green+Blue) = 190+199+232=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7E8 is #413817. Grayscale: #C7C7C7. Windows color (decimal): -4274200 or 15255486. OLE color: 15255486.
HSL color Cylindrical-coordinate representation of color #BEC7E8: hue angle of 227.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC7E8 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 199 | 232 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.09 |
| HSL | 227.14º | 0.48% | 0.83% | - |
| HSV(B) | 227.14º | 0.18% | 0.91% | - |
| XYZ | 56.22 | 57.62 | 84.5 | - |
| YUV | 200.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 232 | 0.18 | 0.14 | 0 | 0.09 | 227.14 | 0.48 | 0.83 |
| Hex | BE | C7 | E8 | 12 | E | 0 | 9 | E3 | 30 | 53 |
| Octal | 276 | 307 | 350 | 22 | 16 | 0 | 11 | 343 | 60 | 123 |
| Binary | 10111110 | 11000111 | 11101000 | 10010 | 1110 | 0 | 1001 | 11100011 | 110000 | 1010011 |
Color Harmonies of #BEC7E8
Complementary color
Monochromatic Colors of #BEC7E8
Black with #BEC7E8
Text Example
Text Example
White with #BEC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC7E8; }
p { color: rgb(190,199,232); }
H1.HeaderClassName
{
color: #BEC7E8;
}
.AnyTagClassName
{
color: #BEC7E8;
}
</style>
background-color css
<style>
a { background-color: #BEC7E8; }
a { background-color: rgb(190,199,232); }
div.DivClassName
{
background-color: #BEC7E8;
}
.BgClassName
{
background-color: #BEC7E8;
}
</style>
border-color css
<style>
span { border-color: #BEC7E8; }
span { border-color: rgb(190,199,232); }
td.TdClassName
{
border-color: #BEC7E8;
}
.TagClassName
{
border-color: #BEC7E8;
}
</style>