Shades of Periwinkle #BECDE3
Tints of Periwinkle #BECDE3
RGB
CMYK
RGB Variations
Color information
#BECDE3 (or 0xBECDE3) is known color: Periwinkle. HEX triplet: BE, CD and E3. RGB value is (190,205,227). Sum of RGB (Red+Green+Blue) = 190+205+227=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #BECDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDE3 is #41321C. Grayscale: #CACACA. Windows color (decimal): -4272669 or 14929342. OLE color: 14929342.
HSL color Cylindrical-coordinate representation of color #BECDE3: hue angle of 215.68º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECDE3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 205 | 227 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.11 |
| HSL | 215.68º | 0.4% | 0.82% | - |
| HSV(B) | 215.68º | 0.16% | 0.89% | - |
| XYZ | 56.93 | 60.16 | 81.28 | - |
| YUV | 203.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 227 | 0.16 | 0.10 | 0 | 0.11 | 215.68 | 0.4 | 0.82 |
| Hex | BE | CD | E3 | 10 | A | 0 | B | D8 | 28 | 52 |
| Octal | 276 | 315 | 343 | 20 | 12 | 0 | 13 | 330 | 50 | 122 |
| Binary | 10111110 | 11001101 | 11100011 | 10000 | 1010 | 0 | 1011 | 11011000 | 101000 | 1010010 |
Color Harmonies of #BECDE3
Complementary color
Monochromatic Colors of #BECDE3
Black with #BECDE3
Text Example
Text Example
White with #BECDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDE3; }
p { color: rgb(190,205,227); }
H1.HeaderClassName
{
color: #BECDE3;
}
.AnyTagClassName
{
color: #BECDE3;
}
</style>
background-color css
<style>
a { background-color: #BECDE3; }
a { background-color: rgb(190,205,227); }
div.DivClassName
{
background-color: #BECDE3;
}
.BgClassName
{
background-color: #BECDE3;
}
</style>
border-color css
<style>
span { border-color: #BECDE3; }
span { border-color: rgb(190,205,227); }
td.TdClassName
{
border-color: #BECDE3;
}
.TagClassName
{
border-color: #BECDE3;
}
</style>