Shades of Periwinkle #BECBEA
Tints of Periwinkle #BECBEA
RGB
CMYK
RGB Variations
Color information
#BECBEA (or 0xBECBEA) is known color: Periwinkle. HEX triplet: BE, CB and EA. RGB value is (190,203,234). Sum of RGB (Red+Green+Blue) = 190+203+234=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEA is #413415. Grayscale: #CACACA. Windows color (decimal): -4273174 or 15387582. OLE color: 15387582.
HSL color Cylindrical-coordinate representation of color #BECBEA: hue angle of 222.27º 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 #BECBEA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 203 | 234 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.08 |
| HSL | 222.27º | 0.51% | 0.83% | - |
| HSV(B) | 222.27º | 0.19% | 0.92% | - |
| XYZ | 57.44 | 59.6 | 86.32 | - |
| YUV | 202.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 234 | 0.19 | 0.13 | 0 | 0.08 | 222.27 | 0.51 | 0.83 |
| Hex | BE | CB | EA | 13 | D | 0 | 8 | DE | 33 | 53 |
| Octal | 276 | 313 | 352 | 23 | 15 | 0 | 10 | 336 | 63 | 123 |
| Binary | 10111110 | 11001011 | 11101010 | 10011 | 1101 | 0 | 1000 | 11011110 | 110011 | 1010011 |
Color Harmonies of #BECBEA
Complementary color
Monochromatic Colors of #BECBEA
Black with #BECBEA
Text Example
Text Example
White with #BECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBEA; }
p { color: rgb(190,203,234); }
H1.HeaderClassName
{
color: #BECBEA;
}
.AnyTagClassName
{
color: #BECBEA;
}
</style>
background-color css
<style>
a { background-color: #BECBEA; }
a { background-color: rgb(190,203,234); }
div.DivClassName
{
background-color: #BECBEA;
}
.BgClassName
{
background-color: #BECBEA;
}
</style>
border-color css
<style>
span { border-color: #BECBEA; }
span { border-color: rgb(190,203,234); }
td.TdClassName
{
border-color: #BECBEA;
}
.TagClassName
{
border-color: #BECBEA;
}
</style>