Shades of Periwinkle #BECCE1
Tints of Periwinkle #BECCE1
RGB
CMYK
RGB Variations
Color information
#BECCE1 (or 0xBECCE1) is known color: Periwinkle. HEX triplet: BE, CC and E1. RGB value is (190,204,225). Sum of RGB (Red+Green+Blue) = 190+204+225=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCE1 is #41331E. Grayscale: #CACACA. Windows color (decimal): -4272927 or 14798014. OLE color: 14798014.
HSL color Cylindrical-coordinate representation of color #BECCE1: hue angle of 216º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECCE1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 204 | 225 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.12 |
| HSL | 216º | 0.37% | 0.81% | - |
| HSV(B) | 216º | 0.16% | 0.88% | - |
| XYZ | 56.42 | 59.57 | 79.76 | - |
| YUV | 202.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 225 | 0.16 | 0.09 | 0 | 0.12 | 216 | 0.37 | 0.81 |
| Hex | BE | CC | E1 | 10 | 9 | 0 | C | D8 | 25 | 51 |
| Octal | 276 | 314 | 341 | 20 | 11 | 0 | 14 | 330 | 45 | 121 |
| Binary | 10111110 | 11001100 | 11100001 | 10000 | 1001 | 0 | 1100 | 11011000 | 100101 | 1010001 |
Color Harmonies of #BECCE1
Complementary color
Monochromatic Colors of #BECCE1
Black with #BECCE1
Text Example
Text Example
White with #BECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCE1; }
p { color: rgb(190,204,225); }
H1.HeaderClassName
{
color: #BECCE1;
}
.AnyTagClassName
{
color: #BECCE1;
}
</style>
background-color css
<style>
a { background-color: #BECCE1; }
a { background-color: rgb(190,204,225); }
div.DivClassName
{
background-color: #BECCE1;
}
.BgClassName
{
background-color: #BECCE1;
}
</style>
border-color css
<style>
span { border-color: #BECCE1; }
span { border-color: rgb(190,204,225); }
td.TdClassName
{
border-color: #BECCE1;
}
.TagClassName
{
border-color: #BECCE1;
}
</style>