Shades of Periwinkle #BECAE2
Tints of Periwinkle #BECAE2
RGB
CMYK
RGB Variations
Color information
#BECAE2 (or 0xBECAE2) is known color: Periwinkle. HEX triplet: BE, CA and E2. RGB value is (190,202,226). Sum of RGB (Red+Green+Blue) = 190+202+226=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #BECAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE2 is #41351D. Grayscale: #C9C9C9. Windows color (decimal): -4273438 or 14863038. OLE color: 14863038.
HSL color Cylindrical-coordinate representation of color #BECAE2: hue angle of 220º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECAE2 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 202 | 226 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.11 |
| HSL | 220º | 0.38% | 0.82% | - |
| HSV(B) | 220º | 0.16% | 0.89% | - |
| XYZ | 56.08 | 58.68 | 80.32 | - |
| YUV | 201.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 226 | 0.16 | 0.11 | 0 | 0.11 | 220 | 0.38 | 0.82 |
| Hex | BE | CA | E2 | 10 | B | 0 | B | DC | 26 | 52 |
| Octal | 276 | 312 | 342 | 20 | 13 | 0 | 13 | 334 | 46 | 122 |
| Binary | 10111110 | 11001010 | 11100010 | 10000 | 1011 | 0 | 1011 | 11011100 | 100110 | 1010010 |
Color Harmonies of #BECAE2
Complementary color
Monochromatic Colors of #BECAE2
Black with #BECAE2
Text Example
Text Example
White with #BECAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAE2; }
p { color: rgb(190,202,226); }
H1.HeaderClassName
{
color: #BECAE2;
}
.AnyTagClassName
{
color: #BECAE2;
}
</style>
background-color css
<style>
a { background-color: #BECAE2; }
a { background-color: rgb(190,202,226); }
div.DivClassName
{
background-color: #BECAE2;
}
.BgClassName
{
background-color: #BECAE2;
}
</style>
border-color css
<style>
span { border-color: #BECAE2; }
span { border-color: rgb(190,202,226); }
td.TdClassName
{
border-color: #BECAE2;
}
.TagClassName
{
border-color: #BECAE2;
}
</style>