Shades of Periwinkle #BECBE4
Tints of Periwinkle #BECBE4
RGB
CMYK
RGB Variations
Color information
#BECBE4 (or 0xBECBE4) is known color: Periwinkle. HEX triplet: BE, CB and E4. RGB value is (190,203,228). Sum of RGB (Red+Green+Blue) = 190+203+228=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #BECBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE4 is #41341B. Grayscale: #C9C9C9. Windows color (decimal): -4273180 or 14994366. OLE color: 14994366.
HSL color Cylindrical-coordinate representation of color #BECBE4: hue angle of 219.47º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECBE4 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 203 | 228 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.11 |
| HSL | 219.47º | 0.41% | 0.82% | - |
| HSV(B) | 219.47º | 0.17% | 0.89% | - |
| XYZ | 56.59 | 59.26 | 81.85 | - |
| YUV | 201.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 228 | 0.17 | 0.11 | 0 | 0.11 | 219.47 | 0.41 | 0.82 |
| Hex | BE | CB | E4 | 11 | B | 0 | B | DB | 29 | 52 |
| Octal | 276 | 313 | 344 | 21 | 13 | 0 | 13 | 333 | 51 | 122 |
| Binary | 10111110 | 11001011 | 11100100 | 10001 | 1011 | 0 | 1011 | 11011011 | 101001 | 1010010 |
Color Harmonies of #BECBE4
Complementary color
Monochromatic Colors of #BECBE4
Black with #BECBE4
Text Example
Text Example
White with #BECBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBE4; }
p { color: rgb(190,203,228); }
H1.HeaderClassName
{
color: #BECBE4;
}
.AnyTagClassName
{
color: #BECBE4;
}
</style>
background-color css
<style>
a { background-color: #BECBE4; }
a { background-color: rgb(190,203,228); }
div.DivClassName
{
background-color: #BECBE4;
}
.BgClassName
{
background-color: #BECBE4;
}
</style>
border-color css
<style>
span { border-color: #BECBE4; }
span { border-color: rgb(190,203,228); }
td.TdClassName
{
border-color: #BECBE4;
}
.TagClassName
{
border-color: #BECBE4;
}
</style>