Shades of Periwinkle #BECBE0
Tints of Periwinkle #BECBE0
RGB
CMYK
RGB Variations
Color information
#BECBE0 (or 0xBECBE0) is known color: Periwinkle. HEX triplet: BE, CB and E0. RGB value is (190,203,224). Sum of RGB (Red+Green+Blue) = 190+203+224=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE0 is #41341F. Grayscale: #C9C9C9. Windows color (decimal): -4273184 or 14732222. OLE color: 14732222.
HSL color Cylindrical-coordinate representation of color #BECBE0: hue angle of 217.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECBE0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 203 | 224 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.12 |
| HSL | 217.06º | 0.35% | 0.81% | - |
| HSV(B) | 217.06º | 0.15% | 0.88% | - |
| XYZ | 56.05 | 59.04 | 78.96 | - |
| YUV | 201.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 224 | 0.15 | 0.09 | 0 | 0.12 | 217.06 | 0.35 | 0.81 |
| Hex | BE | CB | E0 | F | 9 | 0 | C | D9 | 23 | 51 |
| Octal | 276 | 313 | 340 | 17 | 11 | 0 | 14 | 331 | 43 | 121 |
| Binary | 10111110 | 11001011 | 11100000 | 1111 | 1001 | 0 | 1100 | 11011001 | 100011 | 1010001 |
Color Harmonies of #BECBE0
Complementary color
Monochromatic Colors of #BECBE0
Black with #BECBE0
Text Example
Text Example
White with #BECBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBE0; }
p { color: rgb(190,203,224); }
H1.HeaderClassName
{
color: #BECBE0;
}
.AnyTagClassName
{
color: #BECBE0;
}
</style>
background-color css
<style>
a { background-color: #BECBE0; }
a { background-color: rgb(190,203,224); }
div.DivClassName
{
background-color: #BECBE0;
}
.BgClassName
{
background-color: #BECBE0;
}
</style>
border-color css
<style>
span { border-color: #BECBE0; }
span { border-color: rgb(190,203,224); }
td.TdClassName
{
border-color: #BECBE0;
}
.TagClassName
{
border-color: #BECBE0;
}
</style>