Shades of Periwinkle #BECBE5
Tints of Periwinkle #BECBE5
RGB
CMYK
RGB Variations
Color information
#BECBE5 (or 0xBECBE5) is known color: Periwinkle. HEX triplet: BE, CB and E5. RGB value is (190,203,229). Sum of RGB (Red+Green+Blue) = 190+203+229=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BECBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE5 is #41341A. Grayscale: #C9C9C9. Windows color (decimal): -4273179 or 15059902. OLE color: 15059902.
HSL color Cylindrical-coordinate representation of color #BECBE5: hue angle of 220º degrees, saturation: 0.43, 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 #BECBE5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 203 | 229 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.10 |
| HSL | 220º | 0.43% | 0.82% | - |
| HSV(B) | 220º | 0.17% | 0.9% | - |
| XYZ | 56.73 | 59.32 | 82.59 | - |
| YUV | 202.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 229 | 0.17 | 0.11 | 0 | 0.10 | 220 | 0.43 | 0.82 |
| Hex | BE | CB | E5 | 11 | B | 0 | A | DC | 2B | 52 |
| Octal | 276 | 313 | 345 | 21 | 13 | 0 | 12 | 334 | 53 | 122 |
| Binary | 10111110 | 11001011 | 11100101 | 10001 | 1011 | 0 | 1010 | 11011100 | 101011 | 1010010 |
Color Harmonies of #BECBE5
Complementary color
Monochromatic Colors of #BECBE5
Black with #BECBE5
Text Example
Text Example
White with #BECBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBE5; }
p { color: rgb(190,203,229); }
H1.HeaderClassName
{
color: #BECBE5;
}
.AnyTagClassName
{
color: #BECBE5;
}
</style>
background-color css
<style>
a { background-color: #BECBE5; }
a { background-color: rgb(190,203,229); }
div.DivClassName
{
background-color: #BECBE5;
}
.BgClassName
{
background-color: #BECBE5;
}
</style>
border-color css
<style>
span { border-color: #BECBE5; }
span { border-color: rgb(190,203,229); }
td.TdClassName
{
border-color: #BECBE5;
}
.TagClassName
{
border-color: #BECBE5;
}
</style>