Shades of Periwinkle #BECFE8
Tints of Periwinkle #BECFE8
RGB
CMYK
RGB Variations
Color information
#BECFE8 (or 0xBECFE8) is known color: Periwinkle. HEX triplet: BE, CF and E8. RGB value is (190,207,232). Sum of RGB (Red+Green+Blue) = 190+207+232=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #BECFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFE8 is #413017. Grayscale: #CCCCCC. Windows color (decimal): -4272152 or 15257534. OLE color: 15257534.
HSL color Cylindrical-coordinate representation of color #BECFE8: hue angle of 215.71º 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 #BECFE8 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 207 | 232 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.09 |
| HSL | 215.71º | 0.48% | 0.83% | - |
| HSV(B) | 215.71º | 0.18% | 0.91% | - |
| XYZ | 58.11 | 61.4 | 85.13 | - |
| YUV | 204.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 232 | 0.18 | 0.11 | 0 | 0.09 | 215.71 | 0.48 | 0.83 |
| Hex | BE | CF | E8 | 12 | B | 0 | 9 | D8 | 30 | 53 |
| Octal | 276 | 317 | 350 | 22 | 13 | 0 | 11 | 330 | 60 | 123 |
| Binary | 10111110 | 11001111 | 11101000 | 10010 | 1011 | 0 | 1001 | 11011000 | 110000 | 1010011 |
Color Harmonies of #BECFE8
Complementary color
Monochromatic Colors of #BECFE8
Black with #BECFE8
Text Example
Text Example
White with #BECFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFE8; }
p { color: rgb(190,207,232); }
H1.HeaderClassName
{
color: #BECFE8;
}
.AnyTagClassName
{
color: #BECFE8;
}
</style>
background-color css
<style>
a { background-color: #BECFE8; }
a { background-color: rgb(190,207,232); }
div.DivClassName
{
background-color: #BECFE8;
}
.BgClassName
{
background-color: #BECFE8;
}
</style>
border-color css
<style>
span { border-color: #BECFE8; }
span { border-color: rgb(190,207,232); }
td.TdClassName
{
border-color: #BECFE8;
}
.TagClassName
{
border-color: #BECFE8;
}
</style>