Shades of Periwinkle #BECBE6
Tints of Periwinkle #BECBE6
RGB
CMYK
RGB Variations
Color information
#BECBE6 (or 0xBECBE6) is known color: Periwinkle. HEX triplet: BE, CB and E6. RGB value is (190,203,230). Sum of RGB (Red+Green+Blue) = 190+203+230=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBE6 is #413419. Grayscale: #CACACA. Windows color (decimal): -4273178 or 15125438. OLE color: 15125438.
HSL color Cylindrical-coordinate representation of color #BECBE6: hue angle of 220.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECBE6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 203 | 230 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.10 |
| HSL | 220.5º | 0.44% | 0.82% | - |
| HSV(B) | 220.5º | 0.17% | 0.9% | - |
| XYZ | 56.87 | 59.37 | 83.33 | - |
| YUV | 202.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 230 | 0.17 | 0.12 | 0 | 0.10 | 220.5 | 0.44 | 0.82 |
| Hex | BE | CB | E6 | 11 | C | 0 | A | DC | 2C | 52 |
| Octal | 276 | 313 | 346 | 21 | 14 | 0 | 12 | 334 | 54 | 122 |
| Binary | 10111110 | 11001011 | 11100110 | 10001 | 1100 | 0 | 1010 | 11011100 | 101100 | 1010010 |
Color Harmonies of #BECBE6
Complementary color
Monochromatic Colors of #BECBE6
Black with #BECBE6
Text Example
Text Example
White with #BECBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBE6; }
p { color: rgb(190,203,230); }
H1.HeaderClassName
{
color: #BECBE6;
}
.AnyTagClassName
{
color: #BECBE6;
}
</style>
background-color css
<style>
a { background-color: #BECBE6; }
a { background-color: rgb(190,203,230); }
div.DivClassName
{
background-color: #BECBE6;
}
.BgClassName
{
background-color: #BECBE6;
}
</style>
border-color css
<style>
span { border-color: #BECBE6; }
span { border-color: rgb(190,203,230); }
td.TdClassName
{
border-color: #BECBE6;
}
.TagClassName
{
border-color: #BECBE6;
}
</style>