Shades of Periwinkle #BECAEA
Tints of Periwinkle #BECAEA
RGB
CMYK
RGB Variations
Color information
#BECAEA (or 0xBECAEA) is known color: Periwinkle. HEX triplet: BE, CA and EA. RGB value is (190,202,234). Sum of RGB (Red+Green+Blue) = 190+202+234=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAEA is #413515. Grayscale: #C9C9C9. Windows color (decimal): -4273430 or 15387326. OLE color: 15387326.
HSL color Cylindrical-coordinate representation of color #BECAEA: hue angle of 223.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECAEA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 202 | 234 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.08 |
| HSL | 223.64º | 0.51% | 0.83% | - |
| HSV(B) | 223.64º | 0.19% | 0.92% | - |
| XYZ | 57.21 | 59.13 | 86.24 | - |
| YUV | 202.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 234 | 0.19 | 0.14 | 0 | 0.08 | 223.64 | 0.51 | 0.83 |
| Hex | BE | CA | EA | 13 | E | 0 | 8 | E0 | 33 | 53 |
| Octal | 276 | 312 | 352 | 23 | 16 | 0 | 10 | 340 | 63 | 123 |
| Binary | 10111110 | 11001010 | 11101010 | 10011 | 1110 | 0 | 1000 | 11100000 | 110011 | 1010011 |
Color Harmonies of #BECAEA
Complementary color
Monochromatic Colors of #BECAEA
Black with #BECAEA
Text Example
Text Example
White with #BECAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAEA; }
p { color: rgb(190,202,234); }
H1.HeaderClassName
{
color: #BECAEA;
}
.AnyTagClassName
{
color: #BECAEA;
}
</style>
background-color css
<style>
a { background-color: #BECAEA; }
a { background-color: rgb(190,202,234); }
div.DivClassName
{
background-color: #BECAEA;
}
.BgClassName
{
background-color: #BECAEA;
}
</style>
border-color css
<style>
span { border-color: #BECAEA; }
span { border-color: rgb(190,202,234); }
td.TdClassName
{
border-color: #BECAEA;
}
.TagClassName
{
border-color: #BECAEA;
}
</style>