Shades of Periwinkle #BECBE1
Tints of Periwinkle #BECBE1
RGB
CMYK
RGB Variations
Color information
#BECBE1 (or 0xBECBE1) is known color: Periwinkle. HEX triplet: BE, CB and E1. RGB value is (190,203,225). Sum of RGB (Red+Green+Blue) = 190+203+225=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE1 is #41341E. Grayscale: #C9C9C9. Windows color (decimal): -4273183 or 14797758. OLE color: 14797758.
HSL color Cylindrical-coordinate representation of color #BECBE1: hue angle of 217.71º 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 #BECBE1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 203 | 225 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.12 |
| HSL | 217.71º | 0.37% | 0.81% | - |
| HSV(B) | 217.71º | 0.16% | 0.88% | - |
| XYZ | 56.18 | 59.1 | 79.68 | - |
| YUV | 201.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 225 | 0.16 | 0.10 | 0 | 0.12 | 217.71 | 0.37 | 0.81 |
| Hex | BE | CB | E1 | 10 | A | 0 | C | DA | 25 | 51 |
| Octal | 276 | 313 | 341 | 20 | 12 | 0 | 14 | 332 | 45 | 121 |
| Binary | 10111110 | 11001011 | 11100001 | 10000 | 1010 | 0 | 1100 | 11011010 | 100101 | 1010001 |
Color Harmonies of #BECBE1
Complementary color
Monochromatic Colors of #BECBE1
Black with #BECBE1
Text Example
Text Example
White with #BECBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBE1; }
p { color: rgb(190,203,225); }
H1.HeaderClassName
{
color: #BECBE1;
}
.AnyTagClassName
{
color: #BECBE1;
}
</style>
background-color css
<style>
a { background-color: #BECBE1; }
a { background-color: rgb(190,203,225); }
div.DivClassName
{
background-color: #BECBE1;
}
.BgClassName
{
background-color: #BECBE1;
}
</style>
border-color css
<style>
span { border-color: #BECBE1; }
span { border-color: rgb(190,203,225); }
td.TdClassName
{
border-color: #BECBE1;
}
.TagClassName
{
border-color: #BECBE1;
}
</style>